🙋entities

This table represents an internal entity list.

triangle-exclamation

players

Field

Type: EntityList_t<C_CSPlayerPawn>

Player pawns.


controllers

Field

Type: EntityList_t<C_CSPlayerController>

Player controllers.


items

Field

Type: EntityList_<C_CSWeaponBase>

Items (held).


droppedItems

Field

Type: EntityList_<C_CSWeaponBase>

Dropped items.


projectiles

Field

Type: EntityList_<C_BaseCSGrenadeProjectile>

Grenade projectiles.


GetLocalPawn

Function

Returns the local player's pawn.

Arguments

None.

Returns

Type

Description

Example


GetLocalController

Function

Returns the local player's controller.

Arguments

None.

Returns

Type

Description

Example

Last updated