GetPickupStaticMeshComponent

From Onset Developer Wiki
Revision as of 09:43, 2 December 2019 by 28days (talk | contribs) (Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|This function gets the static mesh component.}} {{FuncSyntax|GetPickupStaticMeshComponent(pickupId, mesh_component)}} {{FuncP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetPickupStaticMeshComponent

Type: Function
Context: Client
Introduced: v1.0

Description

This function gets the static mesh component.

Syntax

GetPickupStaticMeshComponent(pickupId, mesh_component)

Parameters

  • pickupId
    The pickup identifier.
  • mesh_component
    The mesh component.

Return Value

  • Returns something.

Example

__EDIT_ME__

See also