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(modelid, x, y, z, h)}}
{{FuncSyntax|CreateNPC(x, y, z, h)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|modelid|__EDIT_ME__}}
{{FuncParam|x|X location}}
{{FuncParam|x|__EDIT_ME__}}
{{FuncParam|y|Y location}}
{{FuncParam|y|__EDIT_ME__}}
{{FuncParam|z|Z location}}
{{FuncParam|z|__EDIT_ME__}}
{{FuncParam|h|Heading of the npc}}
{{FuncParam|h|__EDIT_ME__}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|__EDIT_ME__}}

Revision as of 20:14, 15 November 2019

CreateNPC

Type: Function
Context: Server
Introduced: v1.0

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__