Click or drag to resize

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
Syntax
public void _LocallySetGameObjectCreatedCallback(
	ASLObjectASLGameObjectCreatedCallback _yourUponCreationFunction
)

Parameters

_yourUponCreationFunction
Type: ASLASLObjectASLGameObjectCreatedCallback
The function to be executed upon this object's creation, provided by the user
See Also