Show (script event)

Game class

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

Description

Makes this entity visible if it has a model.

Usage

void show()

Parameters

This script event does not accept parameters.

Examples

 
$my_entity.show();

Notes

This script event does not return any values.