 | 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(
ASLObject.ASLGameObjectCreatedCallback _yourUponCreationFunction
)
Public Sub _LocallySetGameObjectCreatedCallback (
_yourUponCreationFunction As ASLObject.ASLGameObjectCreatedCallback
)
public:
void _LocallySetGameObjectCreatedCallback(
ASLObject.ASLGameObjectCreatedCallback^ _yourUponCreationFunction
)
member _LocallySetGameObjectCreatedCallback :
_yourUponCreationFunction : ASLObject.ASLGameObjectCreatedCallback -> unit
Parameters
- _yourUponCreationFunction
- Type: ASL.ASLObject.ASLGameObjectCreatedCallback
The function to be executed upon this object's creation, provided by the user
See Also