1,584
edits
DrinkyBird (talk | contribs) No edit summary Tag: Source edit |
DrinkyBird (talk | contribs) (Use Zdoomwiki template) Tag: Source edit |
||
Line 5: | Line 5: | ||
== Usage == | == Usage == | ||
Equivalent to | Equivalent to {{Zdoomwiki|ACS_ExecuteAlways}}, except that it only executes the ''script'' with the given arguments for one ''client''. This is an efficient way of executing <tt>CLIENTSIDE</tt> scripts that should only need to be run by one client, or at least not by everyone, thereby reducing network traffic. NamedExecuteClientScript works the same way but for named scripts. If run offline, the script will be executed on the local machine like normal. | ||
=== Parameters === | === Parameters === |