Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
Extinguish
Category:
Objects / Status
Since engine version:
4.6.5.0 CP
Description
Extinguishes a burning object.
Syntax
bool
Extinguish (
object
pObj);
Parameter
pObj:
[opt] Object to be extinguished. Can be 0 in local calls.
Example
Extinguish(
FindObject
(0, 0,0,0,0,
OCF_OnFire
()));
Extinguishes some found burning object.
See also:
Incinerate
,
OCF_OnFire
,
OnFire
Sven2, November 2001
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script