GetPickupStaticMeshComponent

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
GetPickupStaticMeshComponent

Type: Function
Context: Client
Introduced: v1.0

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__

See also