Skip to content

API: World

ᴏᴠ ━ ᴀɴɪꜱᴀ edited this page Mar 4, 2025 · 6 revisions

• assetify.world.clear - client

Clears native environment.

local bool: result = assetify.world.clear()

• assetify.world.restore - client

Restores native environment.

local bool: result = assetify.world.restore()

• assetify.world.toggleOcclusions - client

Toggles native occlusions.

local bool: result = assetify.world.toggleOcclusions(
  bool: state
)

• assetify.world.clearModel - client

Clears model's buffer and dict.

local bool: result = assetify.world.clearModel(
  int: modelID
)

• assetify.world.restoreModel - client

Restores model's buffer and dict.

local bool: result = assetify.world.restoreModel(
  int: modelID
)
Clone this wiki locally