Interface IScriptRPCEvent
Assembly: AltV.Net.Shared.dll
Syntax
public interface IScriptRPCEvent
Properties
|
Improve this Doc
View Source
ScriptRPCNativePointer
Declaration
IntPtr ScriptRPCNativePointer { get; }
Property Value
Methods
|
Improve this Doc
View Source
Answer(Object)
Declaration
bool Answer(object answer)
Parameters
Type |
Name |
Description |
System.Object |
answer |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AnswerWithError(String)
Declaration
bool AnswerWithError(string error)
Parameters
Type |
Name |
Description |
System.String |
error |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
WillAnswer()
Declaration
Returns
Type |
Description |
System.Boolean |
|