6,834
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
|notes = When used in a server script, use null to send the event to all clients or specify a client object. See [[Shared/Functions/Network/addNetworkHandler|addNetworkHandler]] for information regarding custom event handler functions. | |notes = When used in a server script, use null to send the event to all clients or specify a client object. See [[Shared/Functions/Network/addNetworkHandler|addNetworkHandler]] for information regarding custom event handler functions. | ||
|exampleJSSS = function makeCivilianWalkToPos(civilian, x, y, z) { | |exampleJSSS = function makeCivilianWalkToPos(civilian, x, y, z) { | ||
triggerNetworkEvent("walkToPos", null, civilian, x, y); | triggerNetworkEvent("walkToPos", null, civilian, x, y); | ||
} | } | ||
}} | }} |
edits