PhotoModeSystem

Documents the PhotoModeSystem class and its functions.

NOT DOCUMENTED We currently don't have information on how these functions work. They are being documented here for visibility.

Invoking PhotoModeSystem

To invoke the photo mode system, use the following Global function:

pms = Game.PhotoModeSystem()

Sub-functions

CanPhotoModeBeEnabled

CanPhotoModeBeEnabled() : Bool;

GetCameraLocation

GetCameraLocation(location : WorldPosition);

IsExitLocked

IsExitLocked() : Bool;

IsPhotoModeActive

IsPhotoModeActive() : Bool;

UnlockPhotoModeItem

UnlockPhotoModeItem(stickerID : TweakDBID) : Bool;

Last updated