GetSize (script event)

Game class

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

Description

Gets the size of this entity’s bounding box.

Usage

vector getSize()

Parameters

This script event does not accept parameters.

Examples

 
sizeBB = $my_entity.getSize();

Notes

This script returns the size of this entity’s bounding box as a vector.