2,446
edits
(Add ScriptItem documentation from GTA VC SCM decompile) |
(Add ScriptItem documentation from GTA VC SCM decompile) |
||
| Line 1: | Line 1: | ||
{{ | {{ScriptItem | ||
| | |endpoint = client | ||
|games = vc | |games = vc | ||
|type = function | |type = function | ||
|name = natives.ADD_EXPLOSION_NO_SOUND | |name = natives.ADD_EXPLOSION_NO_SOUND | ||
| | |parameters = Vec3 position, int flag | ||
| | |parameter1 = Vec3 position World coordinates (x, y, z). | ||
| | |parameter2 = int flag Flag value (0 or 1). | ||
|usage = adds explosion no sound | |||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |||
}} | }} | ||
edits