Click or drag to resize

ASLObjectm_ASLGameObjectCreatedCallback Property

Callback to be executed after an ASL Object is instantiated - this callback is only ever executed by the creator of the object

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public ASLObjectASLGameObjectCreatedCallback m_ASLGameObjectCreatedCallback { get; private set; }

Property Value

Type: ASLObjectASLGameObjectCreatedCallback
See Also