HideSurface (script event)
The information on this page is specific to Quake 4 .
Game class
This event operates on an instance of the game class type {{{gameclass}}}
Description
bdube: surface events
Usage
void hideSurface( string surfacelist )
Parameters
- [surfacelist] -
Examples
$my_entity.hideSurface( "my_surface_list" );
Notes
This script event does not return any values.