Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 726 Bytes

ShootEvent.md

File metadata and controls

13 lines (10 loc) · 726 Bytes

Tgm.Roborally.Api.Model.ShootEvent

Event if a player shoots a lazer

Properties

Name Type Description Notes
Shooter int The unique identification of this entity. <br> !!! This is not the id of the player<br> This value will be autogenerated by the api and is read only [optional]
Direction Direction [optional]
To Position [optional]
HitEntitys List<int> The entitys hit by the ray [optional]

[Back to Model list] [Back to API list] [Back to README]