You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int m_AIUpdateInterval; //!< How often actor's AI should be updated, i.e. every n simulation updates.
403
399
int m_NumberOfLuaStatesOverride; //!< Overrides how many threaded Lua states we'll use. -1 for no override, which defaults to the maximum number of concurrent hardware threads.
404
400
bool m_ForceImmediatePathingRequestCompletion; //!< Whether pathing requests will be forced to immediately complete for the next frame, or if they can take multiple frames to calculate.
405
-
bool m_LuaMultithreadedGarbageCollectionDisabled; //!< Whether Lua multithreaded garbage collection is disabled.
406
401
407
402
bool m_SkipIntro; //!< Whether to play the intro of the game or skip directly to the main menu.
408
403
bool m_ShowToolTips; //!< Whether ToolTips are enabled or not.
0 commit comments