| 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
)
Public Sub _LocallySetReleaseFunction (
_releaseFunction As ASLObjectReleaseFunction
)
public:
void _LocallySetReleaseFunction(
ASLObjectReleaseFunction^ _releaseFunction
)
member _LocallySetReleaseFunction :
_releaseFunction : ASLObjectReleaseFunction -> unit
Parameters
- _releaseFunction
- Type: ASLASLObjectReleaseFunction
The user provided release function
See Also