GetPickupStaticMeshComponent
From Onset Developer Wiki
Description
Gets the static mesh component of a pickup.
Syntax
GetPickupStaticMeshComponent(pickupId)
Parameters
- pickupId
The pickup identifier.
Return Value
- Returns the static mesh component and then can be used by UnrealLua.
Example
__EDIT_ME__