We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f09c30 commit 4aaeaccCopy full SHA for 4aaeacc
Scripts/Utilities/Constants.cs
@@ -220,6 +220,10 @@ public enum Event
220
/// Event fired when location with procurement information
221
/// </summary>
222
ON_QUESTION_PROCUREMENT,
223
+ /// <summary>
224
+ /// Event fired when location with procurement information
225
+ /// </summary>
226
+ ON_QUESTION_COMBINED_CALL,
227
#endregion
228
229
#region Animation / Camera
@@ -403,6 +407,10 @@ public enum Event
403
407
///
404
408
405
409
ON_COMMAND_PROCUREMENT_LIST,
410
411
+ ///
412
413
+ ON_COMMAND_ENTITY_EXTRACTION,
406
414
415
416
#region Input - Touch
0 commit comments