1,615
edits
(Add ScriptItem documentation from GTA VC SCM decompile) |
(Add ScriptItem documentation from GTA VC SCM decompile) |
||
| Line 4: | Line 4: | ||
|type = function | |type = function | ||
|name = natives.ADD_BIG_GUN_FLASH | |name = natives.ADD_BIG_GUN_FLASH | ||
|parameters = Vec3 | |parameters = Vec3 from, Vec3 to | ||
|parameter1 = Vec3 position | |parameter1 = Vec3 from Starting position. | ||
|parameter2 = Vec3 | |parameter2 = Vec3 to Ending position. | ||
|usage = | |usage = creates a muzzle flash effect between two positions for large weapons | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} | ||
edits