SetViewOffset

Kategorie: Spieler / Sicht
Ab Engineversion: 1.0 OC

Beschreibung

Moves the view of a player permanently by a given offset. Calling the function again will set a new offset. Calling the function with 0,0 parameters will reset to normal, centered view. Returns false if the given player is invalid and true otherwise.

Syntax

bool SetViewOffset(int player, int x, int x);

Parameter

player:
Spieler, für den der Sicht-Offset gesetzt werden soll.
x:
X-Komponente des Offsets (in Pixel).
x:
Y-Komponente des Offsets (in Pixel).
Siehe auch: SetPlrView, ShakeViewport