Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script
SetEntrance
Category:
Objects
Since engine version:
4.6.5.0 CP
Description
Enables or disables entering or leaving a building. Local call only.
Syntax
int
SetEntrance (
int
iStatus);
Parameter
iStatus:
0 = closed; 1 = open
See also:
GetEntrance
jwk, August 2002
Clonk Developer Mode Documentation
Introduction
Contents
Search
Engine
Command Line
Game Data
Script