GetPickupStaticMeshComponent: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|This function gets the static mesh component.}} {{FuncSyntax|GetPickupStaticMeshComponent(pickupId, mesh_component)}} {{FuncP...")
(No difference)

Revision as of 09:43, 2 December 2019

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