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