Class FunctionCall
Inheritance
System.Object
FunctionCall
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net
Assembly: AltV.Net.Shared.dll
Syntax
public class FunctionCall
Properties
| Improve this Doc View SourceFunction
Declaration
public Function Function { get; set; }
Property Value
Type | Description |
---|---|
Function |
IsCalled
Declaration
public bool IsCalled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOnce
Declaration
public bool IsOnce { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |