Merge branch 'feature/restore-sneak-between-maps'

Minor edit to documents.
This commit is contained in:
NovaRain
2024-07-31 08:21:41 +08:00
3 changed files with 21 additions and 2 deletions
+1 -1
View File
@@ -702,7 +702,7 @@
opcode: 0x8236
- name: party_member_list
detail: array party_member_list(int includeHidden)
doc: Returns an array of all current party members (0 - only critter-type, alive and visible will be returned, 1 - all object, including Trunk, etc.)
doc: Returns an array of all current party members (0 - only critters that are alive and visible will be returned, 1 - all objects, including the car trunk, etc.)
opcode: 0x8271
- name: Explosions
+1 -1
View File
@@ -450,7 +450,7 @@ FUNCTION REFERENCE
-----
##### `array party_member_list(int includeHidden)`
- Returns an array of all current party members (0 - only critter-type, alive and visible will be returned, 1 - all object, including Trunk, etc.)
- Returns an array of all current party members (0 - only critters that are alive and visible will be returned, 1 - all objects, including the car trunk, etc.)
-----
##### `array path_find_to(object objFrom, int tileTo, int blockingType)`