Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
GameOver
Category:
Global
Since engine version:
4.6.5.0 CP
Description
Ends the round. The game will count as won for all surviving players.
Syntax
bool
GameOver ();
Example
if
(!
ObjectCount
(ROCK)) {
Log
(
"Prima, keine Steine stören mehr."
); GameOver(); }
Ends the round if no more rocks are present.
See also:
EliminatePlayer
Günther, April 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script