CreateNPC: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|CreateNPC(modelid, x, y, z, h)}} {{FuncParameters}} {{FuncParam|modelid|__EDIT_ME__}} {{FuncParam|..." |
No edit summary |
||
Line 3: | Line 3: | ||
{{FuncDescription|__EDIT_ME__}} | {{FuncDescription|__EDIT_ME__}} | ||
{{FuncSyntax|CreateNPC( | {{FuncSyntax|CreateNPC(x, y, z, h)}} | ||
{{FuncParameters}} | {{FuncParameters}} | ||
{{FuncParam|x|X location}} | |||
{{FuncParam|x| | {{FuncParam|y|Y location}} | ||
{{FuncParam|y| | {{FuncParam|z|Z location}} | ||
{{FuncParam|z| | {{FuncParam|h|Heading of the npc}} | ||
{{FuncParam|h| | |||
{{FuncReturnValue|__EDIT_ME__}} | {{FuncReturnValue|__EDIT_ME__}} |
Revision as of 20:14, 15 November 2019
Description
__EDIT_ME__
Syntax
CreateNPC(x, y, z, h)
Parameters
- x
X location - y
Y location - z
Z location - h
Heading of the npc
Return Value
- __EDIT_ME__
Example
__EDIT_ME__
See also
__EDIT_ME__