  | ASLObject_LocallySetGameObjectCreatedCallback Method  | 
 
            This function will only update the local player, not all players. Sets callback function that will be called upon object creation for this object. 
            
 
    Namespace: 
   ASL
    Assembly:
   Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic void _LocallySetGameObjectCreatedCallback(
	ASLObjectASLGameObjectCreatedCallback _yourUponCreationFunction
)
Public Sub _LocallySetGameObjectCreatedCallback ( 
	_yourUponCreationFunction As ASLObjectASLGameObjectCreatedCallback
)
public:
void _LocallySetGameObjectCreatedCallback(
	ASLObjectASLGameObjectCreatedCallback^ _yourUponCreationFunction
)
member _LocallySetGameObjectCreatedCallback : 
        _yourUponCreationFunction : ASLObjectASLGameObjectCreatedCallback -> unit 
Parameters
- _yourUponCreationFunction
 - Type: ASLASLObjectASLGameObjectCreatedCallback
The function to be executed upon this object's creation, provided by the user 
See Also