Click or drag to resize

ASLObject_LocallySetReleaseFunction Method

This function will only update the local player, not all players. Set the release function to be executed upon this object's release (when claim switches to false)

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void _LocallySetReleaseFunction(
	ASLObjectReleaseFunction _releaseFunction
)

Parameters

_releaseFunction
Type: ASLASLObjectReleaseFunction
The user provided release function
See Also