natives.CREATE OBJECT NO OFFSET

From GTA Connected
Revision as of 08:26, 12 June 2026 by Roxas (talk | contribs) (Add ScriptItem documentation from GTA VC SCM decompile)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

// CREATE_OBJECT_NO_OFFSET // 233 appels SCM

PATTERNS SCM:

 VAR = init_object #DTN_STADDOORA at float float float
 VAR = init_object #DTN_STADDOORB at float float float
 $int = init_object #DTHOTRING_A at float float float
 VAR = init_object #CI_GATESCLOSED at float float float
 VAR = init_object #CI_BACKGATECLOSE at float float float
 $int = init_object #YT_MAIN_BODY at float float float
 $int = init_object #YT_MAIN_BODYint at float float float
 $int = init_object #YT_DOORSint at float float float

PARAMS WIKI: Vec3 position

EXEMPLES:

 create_object_no_offset $Arena_door_1 = init_object #DTN_STADDOORA at -1109.615 1330.097 20.372
 create_object_no_offset $Arena_door_2 = init_object #DTN_STADDOORB at -1109.615 1331.932 20.372
 create_object_no_offset $6 = init_object #DTHOTRING_A at -1037.08 1340.2581 36.552

TEMPLATE:

natives.CREATE_OBJECT_NO_OFFSET

Signature: void natives.CREATE_OBJECT_NO_OFFSET(Vec3 position)

Usage: Create object no offset in Vice City.

Parameters

Vec3 position Description

Return

void

On failure: void