GetPickupStaticMeshComponent

From Onset Developer Wiki
Revision as of 09:45, 2 December 2019 by 28days (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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