SetPickupLocation: Difference between revisions
From Onset Developer Wiki
Created page with "{{Info|Function|Server|1.0}} {{FuncDescription|Set a new location for a pickup.}} {{FuncSyntax|SetPickupLocation(pickup, x, y, z)}} {{FuncParameters}} {{FuncParam|pickup|Th..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{Info|Function|Server|1.0}} | {{Info|Function|Server|1.1.0}} | ||
{{FuncDescription|Set a new location for a pickup.}} | {{FuncDescription|Set a new location for a pickup.}} |
Revision as of 17:04, 8 March 2020
Description
Set a new location for a pickup.
Syntax
SetPickupLocation(pickup, x, y, z)
Parameters
- pickup
The pickup identifier. - x
The X coordinate - y
The Y coordinate - z
The Z coordinate
Return Value
- Returns true on success..
Example
__EDIT_ME__
See also
- CreateObject
- DestroyObject
- IsValidObject
- GetObjectCount
- GetObjectModel
- IsObjectStreamedIn
- EnableObjectStreamEvents
- SetObjectStreamDistance
- SetObjectLocation
- GetObjectLocation
- SetObjectRotation
- GetObjectRotation
- SetObjectScale
- GetObjectScale
- SetObjectAttached
- SetObjectDetached
- IsObjectAttached
- GetObjectAttachmentInfo
- IsObjectMoving
- SetObjectMoveTo
- StopObjectMove
- SetObjectRotateAxis
- GetObjectModelCount
- GetObjectMass
- GetStreamedObjects
- GetObjectBoundingBox
- GetObjectSize
- EnableObjectHitEvents
- SetObjectEditable
- SetObjectOutline
- SetObjectColor
- SetObjectEmissiveColor
- SetObjectTexture
- SetObjectAnimatedTexture
- SetObjectCastShadow
- SetObjectDimension
- GetObjectActor
- GetAllObjects
- SetObjectModel