GetMins (script event)

Game class

This event operates on an instance of the game class type {{{gameclass}}}

Description

Gets the minimum corner of this entity’s bounding box.

Usage

vector getMins()

Parameters

This script event does not accept parameters.

Examples

 
minBB = $my_entity.getMins();

Notes

This script event returns the minimum corner of this entity’s bounding box as a vector.