logic_script_client is a point entity available with any version of Mapbase.

An entity capable of running client-side scripts



KeyValues

- Client Think (ClientThink) <choices>
Allows client-side VScript to run a think function in the form of a 'ClientThink' hook. (NOTE: The 'Script think function' keyvalue is not related to this!)
- Run on Server (RunOnServer) <choices>
Runs the entity scripts on the server as well as the client. Use IsServer() or IsClient() to determine which side is running from within the scripts.

Inputs

- CallScriptFunctionClient <string>
Call a named function on the entity's client-side script scope.