hdr_get_activator

Get player index of current Activator.

Syntax

native hdr_get_activator() /** * Get player index of who will became activator in new round. * * @return Activator index. */ native hdr_get_next_activator() /** * Set player who will became activator in new round. * * @param id Next activator index. */ native hdr_set_next_activator(id) /** * Get player in which team is currently * * @param id Player index. */ native TeamName:hdr_get_runner_team(id) /** * Set player who will became activator in current round. * * @param id Current activator index. */ native hdr_set_activator(id)

Return

Activator — index.

Defined in hdr_core.inc at line 12 . This documentation was automatically generated from source.