Engine:CVAR s use ai: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{dev/uicvar}} Sets an explicit path and file for loadable world library. <kua>set s_use_ai 1</kua> == Arguments == * name - 's_use_ai' * value [0|1] - If 1, world AI processing is enabled. If 0 is disabled. Default is 1. == Associations == * Is by default placed in the 'global' context. == Details == Flag to enable or stop client or server AI processing. == Examples == === Default values === <kua> >s_use_ai 1 </kua> == Notes == == See also ==") |
|||
Line 16: | Line 16: | ||
=== Default values === | === Default values === | ||
<kua> | <kua> | ||
>s_use_ai | > s_use_ai | ||
1 | 1 | ||
</kua> | </kua> |
Revision as of 04:52, 17 October 2023
Sets an explicit path and file for loadable world library.
set s_use_ai 1
Arguments
- name - 's_use_ai'
- value [0|1] - If 1, world AI processing is enabled. If 0 is disabled. Default is 1.
Associations
- Is by default placed in the 'global' context.
Details
Flag to enable or stop client or server AI processing.
Examples
Default values
> s_use_ai
1