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(
	ASLObject.ReleaseFunction _releaseFunction
)

Parameters

_releaseFunction
Type: ASL.ASLObject.ReleaseFunction
The user provided release function
See Also