LuaGears.wiki
changeset 1982 f595ecf7922a
parent 1979 ee5aa6812f52
child 1984 48fb7b41cccf
equal deleted inserted replaced
1981:aa913399db60 1982:f595ecf7922a
   464 
   464 
   465 Set `aiHint` to either of:
   465 Set `aiHint` to either of:
   466 
   466 
   467  * `aihUsualProcessing`: AI hogs treat this gear the usual way. This is the default.
   467  * `aihUsualProcessing`: AI hogs treat this gear the usual way. This is the default.
   468  * `aihDoesntMatter`: AI hogs don't bother attacking this gear intentionally.
   468  * `aihDoesntMatter`: AI hogs don't bother attacking this gear intentionally.
       
   469 <wiki:comment>aihAmmosChanged is intentionally not included. This AI hint is for internal use only.</wiki:comment>
   469 
   470 
   470 Example:
   471 Example:
   471 
   472 
   472 <code language="lua">
   473 <code language="lua">
   473 SetGearAIHints(uselessHog, aihDoesntMatter)
   474 SetGearAIHints(uselessHog, aihDoesntMatter)