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]

@deprecated Deprecated

UnsyncedCallins.DrawFeature


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

For custom rendering of features

[source]

@deprecated Deprecated

UnsyncedCallins.DrawShield


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

For custom rendering of shields.

[source]

@deprecated Deprecated

UnsyncedCallins.DrawProjectile


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

For custom rendering of weapon (& other) projectiles

[source]

@deprecated Deprecated

UnsyncedCallins.DrawMaterial


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

[source]

@deprecated Deprecated