Tesseract Engine Documentation

ObjectLibrary.Attack_Bullet Method 

Player uses Attack Method to shoot Bullet-like objects onto the board

public void Attack_Bullet(
   Int32 playerID,
   Enums_Engine.BulletType type,
   Vector3 initialPosition,
   Vector3 direction,
   Int32 bulletMassValue,
   Int32 bulletThermalValue
);

Parameters

playerID
ID of the player who fired the Bullet
type
Type of Bullet
initialPosition
Starting position of the Bullet
direction
Normal direction of the Bullet
bulletMassValue
Mass of Bullet
bulletThermalValue
Thermal value of Bullet

See Also

ObjectLibrary Class | DarkWynter.Engine.ObjectLib Namespace