GetPickupPropertyValue
From Onset Developer Wiki
Description
Gets a property value for this entity.
Syntax
GetPickupPropertyValue(pickup, PropertyName)
Parameters
- pickup
The pickup identifier - PropertyName
Name of the property variable
Return Value
- Returns the value.
Example
<syntaxhighlight lang="Lua"> GetPickupPropertyValue(pickupId, "propertyName") <syntaxhighlight>
See also
- GetPickupCount
- GetStreamedPickups
- GetPickupLocation
- SetPickupPropertyValue
- GetPickupPropertyValue
- SetPickupVisibleForPlayers
- GetAllPickups
- CreatePickup
- DestroyPickup
- IsValidPickup
- SetPickupScale
- GetPickupScale
- SetPickupDimension
- GetPickupDimension
- SetPickupVisibility
- SetPickupOutline
- IsPickupStreamedIn