You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code/parse/lua.cpp
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -8797,15 +8797,15 @@ ADE_FUNC(isValid, l_Message, NULL, "Checks if the message handle is valid", "boo
8797
8797
//**********HANDLE: Wing
8798
8798
ade_obj<int> l_Wing("wing", "Wing handle");
8799
8799
8800
-
ADE_INDEXER(l_Wing, "number Index", "Array of ships in the wing", "ship", "Ship handle, or invalid ship handle if index is invawing handle is invalid")
8800
+
ADE_INDEXER(l_Wing, "number Index", "Array of ships in the wing", "ship", "Ship handle, or invalid ship handle if index is invalid or wing handle is invalid")
0 commit comments