Player "Hostile" Docs (#1706)

* actor flag hostile

* player hostile
This commit is contained in:
engineer124
2024-10-15 12:11:20 +11:00
committed by GitHub
parent 3472e79caa
commit 278717bb04
125 changed files with 292 additions and 265 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ Damage flag enums are not being used at present: we want to wait until we have a
Pre-C99, commas at the end of the last item in an enum will cause a compiler warning, so leave them off.
All compound flag lists (e.g. `ACTOR_FLAG_UNFRIENDLY | ACTOR_FLAG_FRIENDLY`) should be listed in *ascending* order
All compound flag lists (e.g. `ACTOR_FLAG_HOSTILE | ACTOR_FLAG_FRIENDLY`) should be listed in *ascending* order
## Arrays