SetPlayerStrafeClipSet
Client-Side Function
Client-Side
|
JavaScript
|
Sets the specified player's strafe clip set.
|
Note: This feature is currently not in the API, or is currently not accurate on the wiki due to upcoming API changes. New API functions and changes will be released with the next update.
|
Syntax
|
In Javascript Client-Side Function
API.setPlayerStrafeClipSet(LocalHandle player, string clipSet);
Required Arguments
- player parameter input should be in LocalHandle type.
- clipSet parameter input should be in string type.
|
Usage example
|
In Javascript Client-Side Function
API.setPlayerStrafeClipSet(LocalHandle player, string clipSet);
|
References