6,834
edits
(Created page with "{{ScriptItem |endpoint = shared |type = function |name = gta.createPickup |parameters = int model, [ Vec3 position = Vec3(0.0,0.0,0.0), int pickupType = 0 ] |parameter1 = int...") |
No edit summary |
||
Line 6: | Line 6: | ||
|parameter1 = int model The pickup model ID. | |parameter1 = int model The pickup model ID. | ||
|parameter2 = Vec3 position optional Vec3(0.0,0.0,0.0) The position for the pickup. | |parameter2 = Vec3 position optional Vec3(0.0,0.0,0.0) The position for the pickup. | ||
| | |parameter3 = int pickupType optional 0 The pickup type. | ||
|return1 = Pickup The pickup handle. | |return1 = Pickup The pickup handle. | ||
|returnFail1 = null n/a | |returnFail1 = null n/a |
edits