1,615
edits
ChrisGame20 (talk | contribs) (Created page with "{{ScriptItem |endpoint = client |games = vc |type = function |name = natives.ADD_EXPLOSION_NO_SOUND |parameters = Vec3 position, int type |parameter1 = Vec3 position World coordinates where the explosion occurs (x, y, z) |parameter2 = int type Explosion type (0–11) |usage = Create an explosion at a specific world position in Vice City without sound |notes = Explosion type determines the visual and physical effect. This variant suppresses the explosion sound effect. |re...") |
(Add ScriptItem documentation from GTA VC SCM decompile) |
||
| Line 4: | Line 4: | ||
|type = function | |type = function | ||
|name = natives.ADD_EXPLOSION_NO_SOUND | |name = natives.ADD_EXPLOSION_NO_SOUND | ||
|parameters = Vec3 position | |parameters = int entity, Vec3 position | ||
| | |parameter1 = int entity Entity handle. | ||
|parameter2 = Vec3 position World coordinates (x, y, z). | |||
|usage = | |usage = spawns a silent explosion effect at the specified position | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} | ||
edits