HPL3/SOMA/Scripting/Scripting Api/Entity

From Frictional Wiki
< HPL3‎ | SOMA‎ | Scripting‎ | Scripting Api
Revision as of 03:13, 10 August 2020 by Abion47 (talk | contribs) (Created page with "==Entity_GetAutoSleep== Get if an entity automatically falls asleep when it isnt active <span style="font-size: 1.2em; font-weight: bold; line-height: 1.6; color: #bbbbbb">P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Entity_GetAutoSleep

Get if an entity automatically falls asleep when it isnt active

Parameters

  • asName (const tString &in) — Name of the entity.

Returns:

  • bool — if sleeping or not.
bool Entity_GetAutoSleep(const tString &in asName)