mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Merge branch 'feature/restore-sneak-between-maps'
Minor edit to documents.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)`
|
||||
|
||||
Reference in New Issue
Block a user