proto native void SetCollisionCylinder(float radius, float height)
Sets collision cylinder for object.
Trigger with cylinder shape.
override void EOnInit(IEntity other, int extra)
static Shape DrawCylinder(vector pos, float radius, float height=1, int color=0x1fff7f7f, ShapeFlags flags=ShapeFlags.TRANSP|ShapeFlags.NOOUTLINE)
proto native vector Vector(float x, float y, float z)
Vector constructor from components.