Start (script event)

Game class

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

Description

Tells a func_camera_anim to start playing its MD5Anim file.

Usage

void start()

Parameters

None.

Examples

$mycamera.start();

Notes

This script event does not return any values.