Bubble

Category: Environment / Effects
Since engine version: 1.0 OC

Description

Creates a bubble.

Syntax

bool Bubble(int x, int y);

Parameters

x:
[opt] X position of the bubble. Offset in local calls.
y:
[opt] Y position of the bubble. Offset in local calls.

Remark

The maximum number of bubbles simultaneously present in a game depends on the smoke level configuration. In network games, this value is forced to 150.

Example

Bubble();
Creates a bubble at the calling object.
Sven2, 2001-11