Skip to content

Commit 8f3342f

Browse files
author
Goober5000
committed
improve sexp help regarding bitmasks on ship-arrival-info and ship-departure-info
1 parent e49159b commit 8f3342f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/parse/sexp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32869,7 +32869,7 @@ sexp_help_struct Sexp_help[] = {
3286932869
"\t1: Ship or wing name\r\n"
3287032870
"\t2: Arrival location\r\n"
3287132871
"\t3: Arrival anchor (optional; only required for certain locations)\r\n"
32872-
"\t4: Arrival path mask (optional; defaults to 0; note that this is a bitfield)\r\n"
32872+
"\t4: Arrival path mask (optional; this is a bitfield where the bits set to 1 correspond to the paths to use; defaults to 0 which is a special case that means all paths can be used)\r\n"
3287332873
"\t5: Arrival distance (optional; defaults to 0)\r\n"
3287432874
"\t6: Arrival delay (optional; defaults to 0)\r\n"
3287532875
"\t7: Whether to show a jump effect if arriving from subspace (optional; defaults to true)\r\n"
@@ -32881,7 +32881,7 @@ sexp_help_struct Sexp_help[] = {
3288132881
"\t1: Ship or wing name\r\n"
3288232882
"\t2: Departure location\r\n"
3288332883
"\t3: Departure anchor (optional; only required for certain locations)\r\n"
32884-
"\t4: Departure path mask (optional; defaults to 0; note that this is a bitfield)\r\n"
32884+
"\t4: Departure path mask (optional; this is a bitfield where the bits set to 1 correspond to the paths to use; defaults to 0 which is a special case that means all paths can be used)\r\n"
3288532885
"\t5: Departure delay (optional; defaults to 0)\r\n"
3288632886
"\t6: Whether to show a jump effect if departing to subspace (optional; defaults to true)\r\n"
3288732887
},

0 commit comments

Comments
 (0)