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 257b99f commit 4b37fcdCopy full SHA for 4b37fcd
api/AltV.Net.Shared/FunctionParser/FunctionCall.cs
@@ -0,0 +1,8 @@
1
+namespace AltV.Net;
2
+
3
+public class FunctionCall
4
+{
5
+ public Function Function { get; set; }
6
+ public bool IsOnce { get; set; }
7
+ public bool IsCalled { get; set; }
8
+}
0 commit comments