class UnsyncedCallins

[source]

Functions called by the Engine (Unsynced).

methods

UnsyncedCallins.RecvFromSynced

function UnsyncedCallins.RecvFromSynced(...: any)

Receives data sent via SendToUnsynced callout.

[source]

UnsyncedCallins.DrawUnit

function UnsyncedCallins.DrawUnit(
  unitID: integer,
  drawMode: number
) -> suppressEngineDraw boolean

For custom rendering of units

[source]

UnsyncedCallins.DrawFeature

function UnsyncedCallins.DrawFeature(
  featureID: integer,
  drawMode: number
) -> suppressEngineDraw boolean

For custom rendering of features

[source]

UnsyncedCallins.DrawShield

function UnsyncedCallins.DrawShield(
  featureID: integer,
  weaponID: integer,
  drawMode: number
) -> suppressEngineDraw boolean

For custom rendering of shields.

[source]

UnsyncedCallins.DrawProjectile

function UnsyncedCallins.DrawProjectile(
  projectileID: integer,
  drawMode: number
) -> suppressEngineDraw boolean

For custom rendering of weapon (& other) projectiles

[source]

UnsyncedCallins.DrawMaterial

function UnsyncedCallins.DrawMaterial(
  uuid: number,
  drawMode: number
) -> suppressEngineDraw boolean

[source]