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(
	ASLObject.ASLGameObjectCreatedCallback _yourUponCreationFunction
)

Parameters

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