Class Alt
Inheritance
System.Object
Alt
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()
Assembly: AltV.Net.Client.dll
Syntax
Properties
|
Improve this Doc
View Source
Branch
Declaration
public static string Branch { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CacheEntities
Declaration
public static bool CacheEntities { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CamFrozen
Declaration
public static bool CamFrozen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CamPos
Declaration
public static Vector3 CamPos { get; }
Property Value
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
CApiVersion
Declaration
public static string CApiVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Discord
Declaration
public static Discord Discord { get; }
Property Value
|
Improve this Doc
View Source
FocusData
Declaration
public static FocusData FocusData { get; }
Property Value
|
Improve this Doc
View Source
Fps
Declaration
public static ushort Fps { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
GameControlsEnabled
Declaration
public static bool GameControlsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsConsoleOpen
Declaration
public static bool IsConsoleOpen { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsCursorVisible
Declaration
public static bool IsCursorVisible { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsDebug
Declaration
public static bool IsDebug { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGameFocused
Declaration
public static bool IsGameFocused { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsInStreamerMode
Declaration
public static bool IsInStreamerMode { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool IsMenuOpened { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsWebViewGpuAccelerationActive
Declaration
public static bool IsWebViewGpuAccelerationActive { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LicenseHash
Declaration
public static string LicenseHash { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Locale
Declaration
public static string Locale { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
LocalPlayer
Declaration
public static ILocalPlayer LocalPlayer { get; }
Property Value
|
Improve this Doc
View Source
LocalStorage
Declaration
public static LocalStorage LocalStorage { get; }
Property Value
|
Improve this Doc
View Source
Logger
Declaration
public static ILogger Logger { get; }
Property Value
|
Improve this Doc
View Source
MinimapIsRectangle
Declaration
public static bool MinimapIsRectangle { set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MsPerGameMinute
Declaration
public static int MsPerGameMinute { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Natives
Declaration
public static INatives Natives { get; }
Property Value
Type |
Description |
AltV.Net.Client.INatives |
|
|
Improve this Doc
View Source
NetTime
Declaration
public static int NetTime { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Ping
Declaration
public static ushort Ping { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
Resource
Declaration
public static INativeResource Resource { get; }
Property Value
|
Improve this Doc
View Source
RmlControlsEnabled
Declaration
public static bool RmlControlsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ScreenResolution
Declaration
public static Vector2 ScreenResolution { get; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
SdkVersion
Declaration
public static string SdkVersion { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ServerIp
Declaration
public static string ServerIp { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ServerPort
Declaration
public static ushort ServerPort { get; }
Property Value
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
ServerTime
Declaration
public static ulong ServerTime { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
TotalPacketsLost
Declaration
public static uint TotalPacketsLost { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
TotalPacketsSent
Declaration
public static ulong TotalPacketsSent { get; }
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
Version
Declaration
public static string Version { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Voice
Declaration
public static Voice Voice { get; }
Property Value
|
Improve this Doc
View Source
VoiceControlsEnabled
Declaration
public static bool VoiceControlsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
AddGxtText(String, String)
Declaration
public static void AddGxtText(string key, string value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.String |
value |
|
|
Improve this Doc
View Source
AddGxtText(UInt32, String)
Declaration
public static void AddGxtText(uint key, string value)
Parameters
Type |
Name |
Description |
System.UInt32 |
key |
|
System.String |
value |
|
|
Improve this Doc
View Source
AddVoiceFilter(UInt32, IAudioFilter)
Declaration
public static void AddVoiceFilter(uint playerRemoteId, IAudioFilter filter)
Parameters
Type |
Name |
Description |
System.UInt32 |
playerRemoteId |
|
IAudioFilter |
filter |
|
|
Improve this Doc
View Source
Declaration
public static bool BeginScaleformMovieMethodMinimap(string methodName)
Parameters
Type |
Name |
Description |
System.String |
methodName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ClearEveryTick(UInt32)
Declaration
public static void ClearEveryTick(uint id)
Parameters
Type |
Name |
Description |
System.UInt32 |
id |
|
|
Improve this Doc
View Source
ClearInterval(UInt32)
Declaration
public static void ClearInterval(uint id)
Parameters
Type |
Name |
Description |
System.UInt32 |
id |
|
|
Improve this Doc
View Source
ClearNextTick(UInt32)
Declaration
public static void ClearNextTick(uint id)
Parameters
Type |
Name |
Description |
System.UInt32 |
id |
|
|
Improve this Doc
View Source
ClearPedProp(Int32, Byte)
Declaration
public static void ClearPedProp(int scriptId, byte component)
Parameters
Type |
Name |
Description |
System.Int32 |
scriptId |
|
System.Byte |
component |
|
|
Improve this Doc
View Source
ClearTimeout(UInt32)
Declaration
public static void ClearTimeout(uint id)
Parameters
Type |
Name |
Description |
System.UInt32 |
id |
|
|
Improve this Doc
View Source
ClearTimer(UInt32)
Declaration
public static void ClearTimer(uint id)
Parameters
Type |
Name |
Description |
System.UInt32 |
id |
|
|
Improve this Doc
View Source
CopyToClipboard(String)
Declaration
public static void CopyToClipboard(string content)
Parameters
Type |
Name |
Description |
System.String |
content |
|
|
Improve this Doc
View Source
CreateAreaBlip(Position, Int32, Int32)
Declaration
public static IBlip CreateAreaBlip(Position position, int width, int height)
Parameters
Type |
Name |
Description |
Position |
position |
|
System.Int32 |
width |
|
System.Int32 |
height |
|
Returns
|
Improve this Doc
View Source
CreateAudio(String, Single, Boolean, Boolean, String)
Declaration
public static IAudio CreateAudio(string source, float volume, bool isRadio = false, bool clearCache = true, string basePath = "")
Parameters
Type |
Name |
Description |
System.String |
source |
|
System.Single |
volume |
|
System.Boolean |
isRadio |
|
System.Boolean |
clearCache |
|
System.String |
basePath |
|
Returns
|
Improve this Doc
View Source
CreateAudioFilter(UInt32)
Declaration
public static IAudioFilter CreateAudioFilter(uint hash)
Parameters
Type |
Name |
Description |
System.UInt32 |
hash |
|
Returns
|
Improve this Doc
View Source
CreateAudioOutputAttached(UInt32, IWorldObject)
Declaration
public static IAudioOutputAttached CreateAudioOutputAttached(uint categoryHash, IWorldObject worldObject)
Parameters
Type |
Name |
Description |
System.UInt32 |
categoryHash |
|
IWorldObject |
worldObject |
|
Returns
|
Improve this Doc
View Source
CreateAudioOutputFrontend(UInt32)
Declaration
public static IAudioOutputFrontend CreateAudioOutputFrontend(uint categoryHash)
Parameters
Type |
Name |
Description |
System.UInt32 |
categoryHash |
|
Returns
|
Improve this Doc
View Source
CreateAudioOutputWorld(UInt32, Position)
Declaration
public static IAudioOutputWorld CreateAudioOutputWorld(uint categoryHash, Position pos)
Parameters
Type |
Name |
Description |
System.UInt32 |
categoryHash |
|
Position |
pos |
|
Returns
|
Improve this Doc
View Source
CreateCheckpoint(CheckpointType, Vector3, Vector3, Single, Single, Rgba, Rgba, UInt32)
Declaration
public static ICheckpoint CreateCheckpoint(CheckpointType type, Vector3 pos, Vector3 nextPos, float radius, float height, Rgba color, Rgba iconColor, uint streamingDistance)
Parameters
Type |
Name |
Description |
CheckpointType |
type |
|
System.Numerics.Vector3 |
pos |
|
System.Numerics.Vector3 |
nextPos |
|
System.Single |
radius |
|
System.Single |
height |
|
Rgba |
color |
|
Rgba |
iconColor |
|
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateColShapeCircle(Position, Single)
Declaration
public static IColShape CreateColShapeCircle(Position position, float radius)
Parameters
Type |
Name |
Description |
Position |
position |
|
System.Single |
radius |
|
Returns
|
Improve this Doc
View Source
CreateColShapeCube(Position, Position)
Declaration
public static IColShape CreateColShapeCube(Position pos1, Position pos2)
Parameters
Returns
|
Improve this Doc
View Source
CreateColShapeCylinder(Position, Single, Single)
Declaration
public static IColShape CreateColShapeCylinder(Position position, float radius, float height)
Parameters
Type |
Name |
Description |
Position |
position |
|
System.Single |
radius |
|
System.Single |
height |
|
Returns
|
Improve this Doc
View Source
CreateColShapePolygon(Single, Single, Vector2[])
Declaration
public static IColShape CreateColShapePolygon(float minZ, float maxZ, Vector2[] points)
Parameters
Type |
Name |
Description |
System.Single |
minZ |
|
System.Single |
maxZ |
|
System.Numerics.Vector2[] |
points |
|
Returns
|
Improve this Doc
View Source
CreateColShapeRectangle(Single, Single, Single, Single, Single)
Declaration
public static IColShape CreateColShapeRectangle(float x1, float y1, float x2, float y2, float z)
Parameters
Type |
Name |
Description |
System.Single |
x1 |
|
System.Single |
y1 |
|
System.Single |
x2 |
|
System.Single |
y2 |
|
System.Single |
z |
|
Returns
|
Improve this Doc
View Source
CreateColShapeSphere(Vector3, Single)
Declaration
public static IColShape CreateColShapeSphere(Vector3 position, float radius)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
position |
|
System.Single |
radius |
|
Returns
|
Improve this Doc
View Source
CreateFunction(Action)
Declaration
public static Function CreateFunction(Action function)
Parameters
Type |
Name |
Description |
System.Action |
function |
|
Returns
|
Improve this Doc
View Source
CreateFunction<T>(T)
Declaration
public static Function CreateFunction<T>(T func)
where T : Delegate
Parameters
Type |
Name |
Description |
T |
func |
|
Returns
Type Parameters
|
Improve this Doc
View Source
CreateFunction<T1>(Action<T1>)
Declaration
public static Function CreateFunction<T1>(Action<T1> function)
Parameters
Type |
Name |
Description |
System.Action<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
CreateFunction<T1>(Func<T1>)
Declaration
public static Function CreateFunction<T1>(Func<T1> function)
Parameters
Type |
Name |
Description |
System.Func<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
TResult |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2>(Action<T1, T2>)
Declaration
public static Function CreateFunction<T1, T2>(Action<T1, T2> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
CreateFunction<T1, T2>(Func<T1, T2>)
Declaration
public static Function CreateFunction<T1, T2>(Func<T1, T2> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3>(Action<T1, T2, T3>)
Declaration
public static Function CreateFunction<T1, T2, T3>(Action<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3>(Func<T1, T2, T3>)
Declaration
public static Function CreateFunction<T1, T2, T3>(Func<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4>(Action<T1, T2, T3, T4>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4>(Action<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4>(Func<T1, T2, T3, T4>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4>(Func<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5>(Action<T1, T2, T3, T4, T5>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5>(Action<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6>(Action<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6>(Action<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6>(Func<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6>(Func<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7>(Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7>(Action<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7>(Func<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7>(Func<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8>(Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8>(Action<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8>(Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8>(Func<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
System.Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function CreateFunction<T1, T2, T3, T4, T5, T6, T7, T8, T9>(Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
System.Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
CreateHttpClient()
Declaration
public static IHttpClient CreateHttpClient()
Returns
|
Improve this Doc
View Source
CreateLocalObject(UInt32, Position, Rotation, Boolean, Boolean, Boolean, UInt32)
Declaration
public static ILocalObject CreateLocalObject(uint modelHash, Position position, Rotation rotation, bool noOffset = false, bool dynamic = false, bool useStreaming = false, uint streamingDistance = 0U)
Parameters
Type |
Name |
Description |
System.UInt32 |
modelHash |
|
Position |
position |
|
Rotation |
rotation |
|
System.Boolean |
noOffset |
|
System.Boolean |
dynamic |
|
System.Boolean |
useStreaming |
|
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateLocalPed(PedModel, Int32, Position, Rotation, Boolean, UInt32)
Declaration
public static ILocalPed CreateLocalPed(PedModel modelHash, int dimension, Position position, Rotation rotation, bool useStreaming, uint streamingDistance)
Parameters
Type |
Name |
Description |
PedModel |
modelHash |
|
System.Int32 |
dimension |
|
Position |
position |
|
Rotation |
rotation |
|
System.Boolean |
useStreaming |
|
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateLocalPed(UInt32, Int32, Position, Rotation, Boolean, UInt32)
Declaration
public static ILocalPed CreateLocalPed(uint modelHash, int dimension, Position position, Rotation rotation, bool useStreaming, uint streamingDistance)
Parameters
Type |
Name |
Description |
System.UInt32 |
modelHash |
|
System.Int32 |
dimension |
|
Position |
position |
|
Rotation |
rotation |
|
System.Boolean |
useStreaming |
|
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateLocalVehicle(VehicleModel, Int32, Position, Rotation, Boolean, UInt32)
Declaration
public static ILocalVehicle CreateLocalVehicle(VehicleModel modelHash, int dimension, Position position, Rotation rotation, bool useStreaming, uint streamingDistance)
Parameters
Type |
Name |
Description |
VehicleModel |
modelHash |
|
System.Int32 |
dimension |
|
Position |
position |
|
Rotation |
rotation |
|
System.Boolean |
useStreaming |
|
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateLocalVehicle(UInt32, Int32, Position, Rotation, Boolean, UInt32)
Declaration
public static ILocalVehicle CreateLocalVehicle(uint modelHash, int dimension, Position position, Rotation rotation, bool useStreaming, uint streamingDistance)
Parameters
Type |
Name |
Description |
System.UInt32 |
modelHash |
|
System.Int32 |
dimension |
|
Position |
position |
|
Rotation |
rotation |
|
System.Boolean |
useStreaming |
|
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateMarker(MarkerType, Position, Rgba, Boolean, UInt32)
Declaration
public static IMarker CreateMarker(MarkerType type, Position pos, Rgba color, bool useStreaming, uint streamingDistance)
Parameters
Type |
Name |
Description |
MarkerType |
type |
|
Position |
pos |
|
Rgba |
color |
|
System.Boolean |
useStreaming |
|
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateMValueBuffer(MValueConst[])
Declaration
public static MValueBuffer2 CreateMValueBuffer(MValueConst[] values)
Parameters
Returns
|
Improve this Doc
View Source
CreateMValueWriter()
Declaration
public static MValueWriter2 CreateMValueWriter()
Returns
|
Improve this Doc
View Source
CreatePointBlip(Position)
Declaration
public static IBlip CreatePointBlip(Position position)
Parameters
Returns
|
Improve this Doc
View Source
CreateRadiusBlip(Position, Single)
Declaration
public static IBlip CreateRadiusBlip(Position position, float radius)
Parameters
Type |
Name |
Description |
Position |
position |
|
System.Single |
radius |
|
Returns
|
Improve this Doc
View Source
CreateRmlDocument(String)
Declaration
public static IRmlDocument CreateRmlDocument(string url)
Parameters
Type |
Name |
Description |
System.String |
url |
|
Returns
|
Improve this Doc
View Source
CreateTextLabel(String, String, Single, Single, Position, Rotation, Rgba, Single, Rgba, Boolean, UInt32)
Declaration
public static ITextLabel CreateTextLabel(string name, string fontName, float fontSize, float scale, Position pos, Rotation rot, Rgba color, float outlineWidth, Rgba outlineColor, bool useStreaming, uint streamingDistance)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
fontName |
|
System.Single |
fontSize |
|
System.Single |
scale |
|
Position |
pos |
|
Rotation |
rot |
|
Rgba |
color |
|
System.Single |
outlineWidth |
|
Rgba |
outlineColor |
|
System.Boolean |
useStreaming |
|
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateVirtualEntity(IVirtualEntityGroup, Position, UInt32, Dictionary<String, Object>)
Declaration
public static IVirtualEntity CreateVirtualEntity(IVirtualEntityGroup group, Position position, uint streamingDistance, Dictionary<string, object> dataDict)
Parameters
Type |
Name |
Description |
IVirtualEntityGroup |
group |
|
Position |
position |
|
System.UInt32 |
streamingDistance |
|
Dictionary<System.String, System.Object> |
dataDict |
|
Returns
|
Improve this Doc
View Source
CreateVirtualEntityGroup(UInt32)
Declaration
public static IVirtualEntityGroup CreateVirtualEntityGroup(uint streamingDistance)
Parameters
Type |
Name |
Description |
System.UInt32 |
streamingDistance |
|
Returns
|
Improve this Doc
View Source
CreateWebSocketClient(String)
Declaration
public static IWebSocketClient CreateWebSocketClient(string url)
Parameters
Type |
Name |
Description |
System.String |
url |
|
Returns
|
Improve this Doc
View Source
CreateWebView(String, Boolean, Nullable<Vector2>, Nullable<Vector2>)
Declaration
public static IWebView CreateWebView(string url, bool isOverlay = false, Vector2? pos = default(Vector2? ), Vector2? size = default(Vector2? ))
Parameters
Type |
Name |
Description |
System.String |
url |
|
System.Boolean |
isOverlay |
|
System.Nullable<System.Numerics.Vector2> |
pos |
|
System.Nullable<System.Numerics.Vector2> |
size |
|
Returns
|
Improve this Doc
View Source
CreateWebView(String, UInt32, String)
Declaration
public static IWebView CreateWebView(string url, uint propHash, string targetTexture)
Parameters
Type |
Name |
Description |
System.String |
url |
|
System.UInt32 |
propHash |
|
System.String |
targetTexture |
|
Returns
|
Improve this Doc
View Source
Declaration
public static void DeleteMetaData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
|
Improve this Doc
View Source
DoesConfigFlagExist(String)
Declaration
public static bool DoesConfigFlagExist(string flagName)
Parameters
Type |
Name |
Description |
System.String |
flagName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EmitClient(String, Object[])
Declaration
public static void EmitClient(string eventName, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.Object[] |
args |
|
|
Improve this Doc
View Source
EmitRPC(String, Object[])
Declaration
public static ushort EmitRPC(string name, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Object[] |
args |
|
Returns
Type |
Description |
System.UInt16 |
|
|
Improve this Doc
View Source
EmitRPCAnswer(UInt16, Object, String)
Declaration
public static void EmitRPCAnswer(ushort answerId, object answer, string error)
Parameters
Type |
Name |
Description |
System.UInt16 |
answerId |
|
System.Object |
answer |
|
System.String |
error |
|
|
Improve this Doc
View Source
EmitServer(String, Object[])
Declaration
public static void EmitServer(string eventName, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.Object[] |
args |
|
|
Improve this Doc
View Source
EmitServerUnreliable(String, Object[])
Declaration
public static void EmitServerUnreliable(string eventName, params object[] args)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
System.Object[] |
args |
|
|
Improve this Doc
View Source
EveryTick(Action, String, Int32)
Declaration
public static uint EveryTick(Action action, string filePath = "", int lineNumber = 0)
Parameters
Type |
Name |
Description |
Action |
action |
|
System.String |
filePath |
|
System.Int32 |
lineNumber |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
FileExists(String)
Declaration
public static bool FileExists(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
FromMValue(in MValueConst, Type, out Object)
Declaration
public static bool FromMValue(in MValueConst mValue, Type type, out object obj)
Parameters
Type |
Name |
Description |
MValueConst |
mValue |
|
Type |
type |
|
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetAllCheckPoints()
Declaration
public static IReadOnlyCollection<ICheckpoint> GetAllCheckPoints()
Returns
|
Improve this Doc
View Source
GetAllColShapes()
Declaration
public static IReadOnlyCollection<IColShape> GetAllColShapes()
Returns
Type |
Description |
IReadOnlyCollection<IColShape> |
|
|
Improve this Doc
View Source
GetAllEntities()
Declaration
public static IReadOnlyCollection<IEntity> GetAllEntities()
Returns
Type |
Description |
IReadOnlyCollection<IEntity> |
|
|
Improve this Doc
View Source
GetAllLocalObjects()
Declaration
public static IReadOnlyCollection<ILocalObject> GetAllLocalObjects()
Returns
|
Improve this Doc
View Source
GetAllLocalPeds()
Declaration
public static IReadOnlyCollection<ILocalPed> GetAllLocalPeds()
Returns
Type |
Description |
IReadOnlyCollection<ILocalPed> |
|
|
Improve this Doc
View Source
GetAllLocalVehicles()
Declaration
public static IReadOnlyCollection<ILocalVehicle> GetAllLocalVehicles()
Returns
|
Improve this Doc
View Source
GetAllMarkers()
Declaration
public static IReadOnlyCollection<IMarker> GetAllMarkers()
Returns
Type |
Description |
IReadOnlyCollection<IMarker> |
|
|
Improve this Doc
View Source
GetAllNetworkObjects()
Declaration
public static IReadOnlyCollection<IObject> GetAllNetworkObjects()
Returns
Type |
Description |
IReadOnlyCollection<IObject> |
|
|
Improve this Doc
View Source
GetAllPeds()
Declaration
public static IReadOnlyCollection<IPed> GetAllPeds()
Returns
Type |
Description |
IReadOnlyCollection<IPed> |
|
|
Improve this Doc
View Source
GetAllPlayers()
Declaration
public static IReadOnlyCollection<IPlayer> GetAllPlayers()
Returns
Type |
Description |
IReadOnlyCollection<IPlayer> |
|
|
Improve this Doc
View Source
GetAllResources()
Declaration
public static INativeResource[] GetAllResources()
Returns
|
Improve this Doc
View Source
GetAllTextLabels()
Declaration
public static IReadOnlyCollection<ITextLabel> GetAllTextLabels()
Returns
|
Improve this Doc
View Source
GetAllVehicles()
Declaration
public static IReadOnlyCollection<IVehicle> GetAllVehicles()
Returns
Type |
Description |
IReadOnlyCollection<IVehicle> |
|
|
Improve this Doc
View Source
GetAllVirtualEntities()
Declaration
public static IReadOnlyCollection<IVirtualEntity> GetAllVirtualEntities()
Returns
|
Improve this Doc
View Source
GetAllVirtualEntityGroups()
Declaration
public static IReadOnlyCollection<IVirtualEntityGroup> GetAllVirtualEntityGroups()
Returns
|
Improve this Doc
View Source
GetAllWorldObjects()
Declaration
public static IReadOnlyCollection<ILocalObject> GetAllWorldObjects()
Returns
|
Improve this Doc
View Source
GetBaseObjectById(BaseObjectType, UInt32, out IBaseObject)
Declaration
public static bool GetBaseObjectById(BaseObjectType type, uint id, out IBaseObject baseObject)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetBlipByGameId(UInt32)
Declaration
public static IBlip GetBlipByGameId(uint gameId)
Parameters
Type |
Name |
Description |
System.UInt32 |
gameId |
|
Returns
|
Improve this Doc
View Source
GetCheckpointByGameID(UInt32)
Declaration
public static ICheckpoint GetCheckpointByGameID(uint gameId)
Parameters
Type |
Name |
Description |
System.UInt32 |
gameId |
|
Returns
|
Improve this Doc
View Source
GetConfigFlag(String)
Declaration
public static bool GetConfigFlag(string flagName)
Parameters
Type |
Name |
Description |
System.String |
flagName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetCursorPos(Boolean)
Declaration
public static Vector2 GetCursorPos(bool normalized)
Parameters
Type |
Name |
Description |
System.Boolean |
normalized |
|
Returns
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
GetDiscordUser()
Declaration
public static DiscordUser? GetDiscordUser()
Returns
|
Improve this Doc
View Source
GetGxtText(String)
Declaration
public static string GetGxtText(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetGxtText(UInt32)
Declaration
public static string GetGxtText(uint key)
Parameters
Type |
Name |
Description |
System.UInt32 |
key |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetHandlingByModelHash(UInt32)
Declaration
public static HandlingData GetHandlingByModelHash(uint modelHash)
Parameters
Type |
Name |
Description |
System.UInt32 |
modelHash |
|
Returns
|
Improve this Doc
View Source
GetHeadshotBase64(Byte)
Declaration
public static string GetHeadshotBase64(byte id)
Parameters
Type |
Name |
Description |
System.Byte |
id |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static bool GetLocalMetaData<T>(string key, out T result)
Parameters
Type |
Name |
Description |
System.String |
key |
|
T |
result |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
GetMapZoomData(String)
Declaration
public static MapZoomData GetMapZoomData(string alias)
Parameters
Type |
Name |
Description |
System.String |
alias |
|
Returns
|
Improve this Doc
View Source
GetMapZoomData(UInt32)
Declaration
public static MapZoomData GetMapZoomData(uint id)
Parameters
Type |
Name |
Description |
System.UInt32 |
id |
|
Returns
|
Improve this Doc
View Source
Declaration
public static bool GetMetaData(string key, out int result)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Int32 |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool GetMetaData(string key, out float result)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Single |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool GetMetaData(string key, out uint result)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.UInt32 |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool GetMetaData<T>(string key, out T result)
Parameters
Type |
Name |
Description |
System.String |
key |
|
T |
result |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
GetPermissionState(Permission)
Declaration
public static bool GetPermissionState(Permission permission)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetPoolCount(String)
Declaration
public static uint GetPoolCount(string pool)
Parameters
Type |
Name |
Description |
System.String |
pool |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
GetPoolEntities(String)
Declaration
public static uint[] GetPoolEntities(string pool)
Parameters
Type |
Name |
Description |
System.String |
pool |
|
Returns
Type |
Description |
System.UInt32[] |
|
|
Improve this Doc
View Source
GetPoolSize(String)
Declaration
public static uint GetPoolSize(string pool)
Parameters
Type |
Name |
Description |
System.String |
pool |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
GetRegisteredClientEvents()
Declaration
public static IEnumerable<string> GetRegisteredClientEvents()
Returns
Type |
Description |
IEnumerable<System.String> |
|
|
Improve this Doc
View Source
GetRegisteredServerEvents()
Declaration
public static IEnumerable<string> GetRegisteredServerEvents()
Returns
Type |
Description |
IEnumerable<System.String> |
|
|
Improve this Doc
View Source
GetResource(String)
Declaration
public static INativeResource GetResource(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
|
Improve this Doc
View Source
GetStat(String, out Boolean)
Declaration
public static void GetStat(string stat, out bool value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Boolean |
value |
|
|
Improve this Doc
View Source
GetStat(String, out Byte)
Declaration
public static void GetStat(string stat, out byte value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Byte |
value |
|
|
Improve this Doc
View Source
GetStat(String, out Int32)
Declaration
public static void GetStat(string stat, out int value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Int32 |
value |
|
|
Improve this Doc
View Source
GetStat(String, out Int64)
Declaration
public static void GetStat(string stat, out long value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Int64 |
value |
|
|
Improve this Doc
View Source
GetStat(String, out Single)
Declaration
public static void GetStat(string stat, out float value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Single |
value |
|
|
Improve this Doc
View Source
GetStat(String, out String)
Declaration
public static void GetStat(string stat, out string value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.String |
value |
|
|
Improve this Doc
View Source
GetStat(String, out UInt16)
Declaration
public static void GetStat(string stat, out ushort value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.UInt16 |
value |
|
|
Improve this Doc
View Source
GetStat(String, out UInt32)
Declaration
public static void GetStat(string stat, out uint value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.UInt32 |
value |
|
|
Improve this Doc
View Source
GetStat(String, out UInt64)
Declaration
public static void GetStat(string stat, out ulong value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.UInt64 |
value |
|
|
Improve this Doc
View Source
GetStatType(String)
Declaration
public static string GetStatType(string stat)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static bool GetSyncedMetaData<T>(string key, out T result)
Parameters
Type |
Name |
Description |
System.String |
key |
|
T |
result |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters
|
Improve this Doc
View Source
GetVoiceConnectionState()
Declaration
public static VoiceConnectionState GetVoiceConnectionState()
Returns
|
Improve this Doc
View Source
GetVoiceFilter(UInt32)
Declaration
public static IAudioFilter GetVoiceFilter(uint playerRemoteId)
Parameters
Type |
Name |
Description |
System.UInt32 |
playerRemoteId |
|
Returns
|
Improve this Doc
View Source
GetVoiceNonSpatialVolume(UInt32)
Declaration
public static float GetVoiceNonSpatialVolume(uint playerRemoteId)
Parameters
Type |
Name |
Description |
System.UInt32 |
playerRemoteId |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetVoicePlayers()
Declaration
public static uint[] GetVoicePlayers()
Returns
Type |
Description |
System.UInt32[] |
|
|
Improve this Doc
View Source
GetVoiceSpatialVolume(UInt32)
Declaration
public static float GetVoiceSpatialVolume(uint playerRemoteId)
Parameters
Type |
Name |
Description |
System.UInt32 |
playerRemoteId |
|
Returns
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
GetWeaponDataByWeaponHash(UInt32)
Declaration
public static WeaponData GetWeaponDataByWeaponHash(uint weaponHash)
Parameters
Type |
Name |
Description |
System.UInt32 |
weaponHash |
|
Returns
|
Improve this Doc
View Source
GetWorldObjectByScriptID(BaseObjectType, UInt32)
Declaration
public static IWorldObject GetWorldObjectByScriptID(BaseObjectType type, uint scriptId)
Parameters
Returns
|
Improve this Doc
View Source
Hash(String)
Declaration
public static uint Hash(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static bool HasLocalMetaData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool HasMetaData(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
HasResource(String)
Declaration
public static bool HasResource(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsFullScreen()
Declaration
public static bool IsFullScreen()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsKeyDown(Key)
Declaration
public static bool IsKeyDown(Key key)
Parameters
Type |
Name |
Description |
Key |
key |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsKeyToggled(Key)
Declaration
public static bool IsKeyToggled(Key key)
Parameters
Type |
Name |
Description |
Key |
key |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsMValueConvertible(Type)
Declaration
public static bool IsMValueConvertible(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsPointOnScreen(Vector3)
Declaration
public static bool IsPointOnScreen(Vector3 position)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
position |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTextureExistInArchetype(String, String)
Declaration
public static bool IsTextureExistInArchetype(string modelName, string targetTextureName)
Parameters
Type |
Name |
Description |
System.String |
modelName |
|
System.String |
targetTextureName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsTextureExistInArchetype(UInt32, String)
Declaration
public static bool IsTextureExistInArchetype(uint modelHash, string targetTextureName)
Parameters
Type |
Name |
Description |
System.UInt32 |
modelHash |
|
System.String |
targetTextureName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LoadDefaultIpls()
Declaration
public static void LoadDefaultIpls()
|
Improve this Doc
View Source
LoadModel(String)
Declaration
public static void LoadModel(string modelName)
Parameters
Type |
Name |
Description |
System.String |
modelName |
|
|
Improve this Doc
View Source
LoadModel(UInt32)
Declaration
public static void LoadModel(uint modelHash)
Parameters
Type |
Name |
Description |
System.UInt32 |
modelHash |
|
|
Improve this Doc
View Source
LoadModelAsync(String)
Declaration
public static void LoadModelAsync(string modelName)
Parameters
Type |
Name |
Description |
System.String |
modelName |
|
|
Improve this Doc
View Source
LoadModelAsync(UInt32)
Declaration
public static void LoadModelAsync(uint modelHash)
Parameters
Type |
Name |
Description |
System.UInt32 |
modelHash |
|
|
Improve this Doc
View Source
LoadRmlFont(String, String, Boolean, Boolean)
Declaration
public static void LoadRmlFont(string path, string name, bool italic = false, bool bold = false)
Parameters
Type |
Name |
Description |
System.String |
path |
|
System.String |
name |
|
System.Boolean |
italic |
|
System.Boolean |
bold |
|
|
Improve this Doc
View Source
LoadYtyp(String)
Declaration
public static bool LoadYtyp(string ytypName)
Parameters
Type |
Name |
Description |
System.String |
ytypName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Log(String)
Declaration
public static void Log(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogDebug(String)
Declaration
public static void LogDebug(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogError(String)
Declaration
public static void LogError(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogInfo(String)
Declaration
public static void LogInfo(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
LogWarning(String)
Declaration
public static void LogWarning(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
MValueFromObject(Object, Type, out Object)
Declaration
public static bool MValueFromObject(object obj, Type type, out object result)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Type |
type |
|
System.Object |
result |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
NextTick(Action, String, Int32)
Declaration
public static uint NextTick(Action action, string filePath = "", int lineNumber = 0)
Parameters
Type |
Name |
Description |
Action |
action |
|
System.String |
filePath |
|
System.Int32 |
lineNumber |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Off(IAudio, String, Function)
Declaration
public static bool Off(this IAudio audio, string eventName, Function function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Function |
function |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Off(IWebSocketClient, String, Function)
Declaration
public static bool Off(this IWebSocketClient webSocketClient, string eventName, Function function)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Off(IWebView, String, Function)
Declaration
public static bool Off(this IWebView webView, string eventName, Function function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Function |
function |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OffClient(String, Function)
Declaration
public static bool OffClient(string eventName, Function function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Function |
function |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OffRmlEvent(IRmlElement, String, Function)
Declaration
public static bool OffRmlEvent(this IRmlElement rmlElement, string eventName, Function function)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OffServer(String, Function)
Declaration
public static bool OffServer(string eventName, Function function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Function |
function |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
On(IAudio, String, Action)
Declaration
public static Function On(this IAudio audio, string eventName, Action function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action |
function |
|
Returns
|
Improve this Doc
View Source
On(IAudio, String, Function)
Declaration
public static Function On(this IAudio audio, string eventName, Function function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Function |
function |
|
Returns
|
Improve this Doc
View Source
On(IWebSocketClient, String, Action)
Declaration
public static Function On(this IWebSocketClient webSocketClient, string eventName, Action function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action |
function |
|
Returns
|
Improve this Doc
View Source
On(IWebSocketClient, String, Function)
Declaration
public static Function On(this IWebSocketClient webSocketClient, string eventName, Function function)
Parameters
Returns
|
Improve this Doc
View Source
On(IWebView, String, Action)
Declaration
public static Function On(this IWebView webView, string eventName, Action function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action |
function |
|
Returns
|
Improve this Doc
View Source
On(IWebView, String, Function)
Declaration
public static Function On(this IWebView webView, string eventName, Function function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Function |
function |
|
Returns
|
Improve this Doc
View Source
On<T1>(IAudio, String, Action<T1>)
Declaration
public static Function On<T1>(this IAudio audio, string eventName, Action<T1> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1>(IAudio, String, Func<T1>)
Declaration
public static Function On<T1>(this IAudio audio, string eventName, Func<T1> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1>(IWebSocketClient, String, Action<T1>)
Declaration
public static Function On<T1>(this IWebSocketClient webSocketClient, string eventName, Action<T1> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1>(IWebSocketClient, String, Func<T1>)
Declaration
public static Function On<T1>(this IWebSocketClient webSocketClient, string eventName, Func<T1> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1>(IWebView, String, Action<T1>)
Declaration
public static Function On<T1>(this IWebView webView, string eventName, Action<T1> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1>(IWebView, String, Func<T1>)
Declaration
public static Function On<T1>(this IWebView webView, string eventName, Func<T1> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
On<T1, T2>(IAudio, String, Action<T1, T2>)
Declaration
public static Function On<T1, T2>(this IAudio audio, string eventName, Action<T1, T2> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1, T2>(IAudio, String, Func<T1, T2>)
Declaration
public static Function On<T1, T2>(this IAudio audio, string eventName, Func<T1, T2> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1, T2>(IWebSocketClient, String, Action<T1, T2>)
Declaration
public static Function On<T1, T2>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1, T2>(IWebSocketClient, String, Func<T1, T2>)
Declaration
public static Function On<T1, T2>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1, T2>(IWebView, String, Action<T1, T2>)
Declaration
public static Function On<T1, T2>(this IWebView webView, string eventName, Action<T1, T2> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1, T2>(IWebView, String, Func<T1, T2>)
Declaration
public static Function On<T1, T2>(this IWebView webView, string eventName, Func<T1, T2> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
On<T1, T2, T3>(IAudio, String, Action<T1, T2, T3>)
Declaration
public static Function On<T1, T2, T3>(this IAudio audio, string eventName, Action<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
On<T1, T2, T3>(IAudio, String, Func<T1, T2, T3>)
Declaration
public static Function On<T1, T2, T3>(this IAudio audio, string eventName, Func<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
On<T1, T2, T3>(IWebSocketClient, String, Action<T1, T2, T3>)
Declaration
public static Function On<T1, T2, T3>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
On<T1, T2, T3>(IWebSocketClient, String, Func<T1, T2, T3>)
Declaration
public static Function On<T1, T2, T3>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
On<T1, T2, T3>(IWebView, String, Action<T1, T2, T3>)
Declaration
public static Function On<T1, T2, T3>(this IWebView webView, string eventName, Action<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
On<T1, T2, T3>(IWebView, String, Func<T1, T2, T3>)
Declaration
public static Function On<T1, T2, T3>(this IWebView webView, string eventName, Func<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4>(IAudio, String, Action<T1, T2, T3, T4>)
Declaration
public static Function On<T1, T2, T3, T4>(this IAudio audio, string eventName, Action<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4>(IAudio, String, Func<T1, T2, T3, T4>)
Declaration
public static Function On<T1, T2, T3, T4>(this IAudio audio, string eventName, Func<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4>(IWebSocketClient, String, Action<T1, T2, T3, T4>)
Declaration
public static Function On<T1, T2, T3, T4>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4>(IWebSocketClient, String, Func<T1, T2, T3, T4>)
Declaration
public static Function On<T1, T2, T3, T4>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4>(IWebView, String, Action<T1, T2, T3, T4>)
Declaration
public static Function On<T1, T2, T3, T4>(this IWebView webView, string eventName, Action<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4>(IWebView, String, Func<T1, T2, T3, T4>)
Declaration
public static Function On<T1, T2, T3, T4>(this IWebView webView, string eventName, Func<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5>(IAudio, String, Action<T1, T2, T3, T4, T5>)
Declaration
public static Function On<T1, T2, T3, T4, T5>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5>(IAudio, String, Func<T1, T2, T3, T4, T5>)
Declaration
public static Function On<T1, T2, T3, T4, T5>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5>)
Declaration
public static Function On<T1, T2, T3, T4, T5>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5>)
Declaration
public static Function On<T1, T2, T3, T4, T5>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5>(IWebView, String, Action<T1, T2, T3, T4, T5>)
Declaration
public static Function On<T1, T2, T3, T4, T5>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5>(IWebView, String, Func<T1, T2, T3, T4, T5>)
Declaration
public static Function On<T1, T2, T3, T4, T5>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6>(IAudio, String, Action<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6>(IAudio, String, Func<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6>(IWebView, String, Action<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6>(IWebView, String, Func<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(IAudio, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(this IAudio audio, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(IAudio, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(this IAudio audio, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
IAudio |
audio |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(IWebSocketClient, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(this IWebSocketClient webSocketClient, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(IWebSocketClient, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(this IWebSocketClient webSocketClient, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
IWebSocketClient |
webSocketClient |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(IWebView, String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(this IWebView webView, string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(IWebView, String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function On<T1, T2, T3, T4, T5, T6, T7, T8, T9>(this IWebView webView, string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
IWebView |
webView |
|
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
OnClient(String, Action)
Declaration
public static Function OnClient(string eventName, Action function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action |
function |
|
Returns
|
Improve this Doc
View Source
OnClient(String, Function)
Declaration
public static Function OnClient(string eventName, Function function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Function |
function |
|
Returns
|
Improve this Doc
View Source
OnClient<T1>(String, Action<T1>)
Declaration
public static Function OnClient<T1>(string eventName, Action<T1> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
OnClient<T1>(String, Func<T1>)
Declaration
public static Function OnClient<T1>(string eventName, Func<T1> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
OnClient<T1, T2>(String, Action<T1, T2>)
Declaration
public static Function OnClient<T1, T2>(string eventName, Action<T1, T2> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
OnClient<T1, T2>(String, Func<T1, T2>)
Declaration
public static Function OnClient<T1, T2>(string eventName, Func<T1, T2> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
OnClient<T1, T2, T3>(String, Action<T1, T2, T3>)
Declaration
public static Function OnClient<T1, T2, T3>(string eventName, Action<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3>(String, Func<T1, T2, T3>)
Declaration
public static Function OnClient<T1, T2, T3>(string eventName, Func<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4>(String, Action<T1, T2, T3, T4>)
Declaration
public static Function OnClient<T1, T2, T3, T4>(string eventName, Action<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4>(String, Func<T1, T2, T3, T4>)
Declaration
public static Function OnClient<T1, T2, T3, T4>(string eventName, Func<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5>(String, Action<T1, T2, T3, T4, T5>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5>(string eventName, Action<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5>(String, Func<T1, T2, T3, T4, T5>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5>(string eventName, Func<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6>(String, Action<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6>(string eventName, Action<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6>(String, Func<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6>(string eventName, Func<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7>(String, Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7>(String, Func<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function OnClient<T1, T2, T3, T4, T5, T6, T7, T8, T9>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
OnRmlEvent(IRmlElement, String, Action<Dictionary<String, MValueConst>>)
Declaration
public static Function OnRmlEvent(this IRmlElement rmlElement, string eventName, Action<Dictionary<string, MValueConst>> function)
Parameters
Type |
Name |
Description |
IRmlElement |
rmlElement |
|
System.String |
eventName |
|
Action<Dictionary<System.String, MValueConst>> |
function |
|
Returns
|
Improve this Doc
View Source
OnServer(String, Action)
Declaration
public static Function OnServer(string eventName, Action function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action |
function |
|
Returns
|
Improve this Doc
View Source
OnServer(String, Function)
Declaration
public static Function OnServer(string eventName, Function function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Function |
function |
|
Returns
|
Improve this Doc
View Source
OnServer<T1>(String, Action<T1>)
Declaration
public static Function OnServer<T1>(string eventName, Action<T1> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
OnServer<T1>(String, Func<T1>)
Declaration
public static Function OnServer<T1>(string eventName, Func<T1> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
T10 |
|
T11 |
|
T12 |
|
T13 |
|
T14 |
|
T15 |
|
T16 |
|
|
Improve this Doc
View Source
OnServer<T1, T2>(String, Action<T1, T2>)
Declaration
public static Function OnServer<T1, T2>(string eventName, Action<T1, T2> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
OnServer<T1, T2>(String, Func<T1, T2>)
Declaration
public static Function OnServer<T1, T2>(string eventName, Func<T1, T2> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2> |
function |
|
Returns
Type Parameters
|
Improve this Doc
View Source
OnServer<T1, T2, T3>(String, Action<T1, T2, T3>)
Declaration
public static Function OnServer<T1, T2, T3>(string eventName, Action<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3>(String, Func<T1, T2, T3>)
Declaration
public static Function OnServer<T1, T2, T3>(string eventName, Func<T1, T2, T3> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4>(String, Action<T1, T2, T3, T4>)
Declaration
public static Function OnServer<T1, T2, T3, T4>(string eventName, Action<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4>(String, Func<T1, T2, T3, T4>)
Declaration
public static Function OnServer<T1, T2, T3, T4>(string eventName, Func<T1, T2, T3, T4> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5>(String, Action<T1, T2, T3, T4, T5>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5>(string eventName, Action<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5>(String, Func<T1, T2, T3, T4, T5>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5>(string eventName, Func<T1, T2, T3, T4, T5> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6>(String, Action<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6>(string eventName, Action<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6>(String, Func<T1, T2, T3, T4, T5, T6>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6>(string eventName, Func<T1, T2, T3, T4, T5, T6> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7>(String, Action<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7>(String, Func<T1, T2, T3, T4, T5, T6, T7>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9>(String, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9>(string eventName, Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Action<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9>(String, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9>)
Declaration
public static Function OnServer<T1, T2, T3, T4, T5, T6, T7, T8, T9>(string eventName, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> function)
Parameters
Type |
Name |
Description |
System.String |
eventName |
|
Func<T1, T2, T3, T4, T5, T6, T7, T8, T9> |
function |
|
Returns
Type Parameters
Name |
Description |
T1 |
|
T2 |
|
T3 |
|
T4 |
|
T5 |
|
T6 |
|
T7 |
|
T8 |
|
T9 |
|
|
Improve this Doc
View Source
PedBonesPosition(Int32, UInt16)
Declaration
public static Vector3 PedBonesPosition(int scriptId, ushort boneId)
Parameters
Type |
Name |
Description |
System.Int32 |
scriptId |
|
System.UInt16 |
boneId |
|
Returns
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
ReadFile(String)
Declaration
public static string ReadFile(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ReadFileBinary(String)
Declaration
public static byte[] ReadFileBinary(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
Returns
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
RegisterFont(String)
Declaration
public static void RegisterFont(string path)
Parameters
Type |
Name |
Description |
System.String |
path |
|
|
Improve this Doc
View Source
RegisterMValueAdapter<T>(IMValueAdapter<T>)
Declaration
public static void RegisterMValueAdapter<T>(IMValueAdapter<T> adapter)
Parameters
Type Parameters
|
Improve this Doc
View Source
ReloadVehiclePhysics(UInt32)
Declaration
public static bool ReloadVehiclePhysics(uint modelHash)
Parameters
Type |
Name |
Description |
System.UInt32 |
modelHash |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RemoveGxtText(String)
Declaration
public static void RemoveGxtText(string key)
Parameters
Type |
Name |
Description |
System.String |
key |
|
|
Improve this Doc
View Source
RemoveGxtText(UInt32)
Declaration
public static void RemoveGxtText(uint key)
Parameters
Type |
Name |
Description |
System.UInt32 |
key |
|
|
Improve this Doc
View Source
RemoveIpl(String)
Declaration
public static void RemoveIpl(string iplName)
Parameters
Type |
Name |
Description |
System.String |
iplName |
|
|
Improve this Doc
View Source
RemoveVoiceFilter(UInt32)
Declaration
public static void RemoveVoiceFilter(uint playerRemoteId)
Parameters
Type |
Name |
Description |
System.UInt32 |
playerRemoteId |
|
|
Improve this Doc
View Source
RemoveVoicePlayer(UInt32)
Declaration
public static void RemoveVoicePlayer(uint playerRemoteId)
Parameters
Type |
Name |
Description |
System.UInt32 |
playerRemoteId |
|
|
Improve this Doc
View Source
RequestIpl(String)
Declaration
public static void RequestIpl(string iplName)
Parameters
Type |
Name |
Description |
System.String |
iplName |
|
|
Improve this Doc
View Source
ResetAllMapZoomData()
Declaration
public static void ResetAllMapZoomData()
|
Improve this Doc
View Source
ResetStat(String)
Declaration
public static void ResetStat(string stat)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
|
Improve this Doc
View Source
ScreenToWorld(Vector2)
Declaration
public static Vector3 ScreenToWorld(Vector2 position)
Parameters
Type |
Name |
Description |
System.Numerics.Vector2 |
position |
|
Returns
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
ScreenToWorld(Single, Single)
Declaration
public static Vector3 ScreenToWorld(float x, float y)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
Returns
Type |
Description |
System.Numerics.Vector3 |
|
|
Improve this Doc
View Source
SetConfigFlag(String, Boolean)
Declaration
public static void SetConfigFlag(string flagName, bool value)
Parameters
Type |
Name |
Description |
System.String |
flagName |
|
System.Boolean |
value |
|
|
Improve this Doc
View Source
SetCursorPos(Vector2, Boolean)
Declaration
public static void SetCursorPos(Vector2 pos, bool normalized)
Parameters
Type |
Name |
Description |
System.Numerics.Vector2 |
pos |
|
System.Boolean |
normalized |
|
|
Improve this Doc
View Source
SetInterval(Action, UInt32, String, Int32)
Declaration
public static uint SetInterval(Action action, uint duration, string filePath = "", int lineNumber = 0)
Parameters
Type |
Name |
Description |
Action |
action |
|
System.UInt32 |
duration |
|
System.String |
filePath |
|
System.Int32 |
lineNumber |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Declaration
public static void SetMetaData(string key, object value)
Parameters
Type |
Name |
Description |
System.String |
key |
|
System.Object |
value |
|
|
Improve this Doc
View Source
SetMinimapComponentPosition(String, Char, Char, Vector2, Vector2)
Declaration
public static void SetMinimapComponentPosition(string name, char alignX, char alignY, Vector2 pos, Vector2 size)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Char |
alignX |
|
System.Char |
alignY |
|
System.Numerics.Vector2 |
pos |
|
System.Numerics.Vector2 |
size |
|
|
Improve this Doc
View Source
SetMinimapComponentPosition(String, Char, Char, Single, Single, Single, Single)
Declaration
public static void SetMinimapComponentPosition(string name, char alignX, char alignY, float posX, float posY, float sizeX, float sizeY)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Char |
alignX |
|
System.Char |
alignY |
|
System.Single |
posX |
|
System.Single |
posY |
|
System.Single |
sizeX |
|
System.Single |
sizeY |
|
|
Improve this Doc
View Source
SetPedDlcClothes(Int32, UInt32, Byte, Byte, Byte, Byte)
Declaration
public static void SetPedDlcClothes(int scriptId, uint dlc, byte component, byte drawable, byte texture, byte palette)
Parameters
Type |
Name |
Description |
System.Int32 |
scriptId |
|
System.UInt32 |
dlc |
|
System.Byte |
component |
|
System.Byte |
drawable |
|
System.Byte |
texture |
|
System.Byte |
palette |
|
|
Improve this Doc
View Source
SetPedDlcProp(Int32, UInt32, Byte, Byte, Byte)
Declaration
public static void SetPedDlcProp(int scriptId, uint dlc, byte component, byte drawable, byte texture)
Parameters
Type |
Name |
Description |
System.Int32 |
scriptId |
|
System.UInt32 |
dlc |
|
System.Byte |
component |
|
System.Byte |
drawable |
|
System.Byte |
texture |
|
|
Improve this Doc
View Source
SetRotationVelocity(Int32, Rotation)
Declaration
public static void SetRotationVelocity(int scriptId, Rotation velocity)
Parameters
Type |
Name |
Description |
System.Int32 |
scriptId |
|
Rotation |
velocity |
|
|
Improve this Doc
View Source
SetStat(String, Boolean)
Declaration
public static void SetStat(string stat, bool value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Boolean |
value |
|
|
Improve this Doc
View Source
SetStat(String, Byte)
Declaration
public static void SetStat(string stat, byte value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Byte |
value |
|
|
Improve this Doc
View Source
SetStat(String, Int32)
Declaration
public static void SetStat(string stat, int value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Int32 |
value |
|
|
Improve this Doc
View Source
SetStat(String, Int64)
Declaration
public static void SetStat(string stat, long value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Int64 |
value |
|
|
Improve this Doc
View Source
SetStat(String, Single)
Declaration
public static void SetStat(string stat, float value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.Single |
value |
|
|
Improve this Doc
View Source
SetStat(String, String)
Declaration
public static void SetStat(string stat, string value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.String |
value |
|
|
Improve this Doc
View Source
SetStat(String, UInt16)
Declaration
public static void SetStat(string stat, ushort value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.UInt16 |
value |
|
|
Improve this Doc
View Source
SetStat(String, UInt32)
Declaration
public static void SetStat(string stat, uint value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.UInt32 |
value |
|
|
Improve this Doc
View Source
SetStat(String, UInt64)
Declaration
public static void SetStat(string stat, ulong value)
Parameters
Type |
Name |
Description |
System.String |
stat |
|
System.UInt64 |
value |
|
|
Improve this Doc
View Source
SetTimeout(Action, UInt32, String, Int32)
Declaration
public static uint SetTimeout(Action action, uint duration, string filePath = "", int lineNumber = 0)
Parameters
Type |
Name |
Description |
Action |
action |
|
System.UInt32 |
duration |
|
System.String |
filePath |
|
System.Int32 |
lineNumber |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
SetVoiceNonSpatialVolume(UInt32, Single)
Declaration
public static void SetVoiceNonSpatialVolume(uint playerRemoteId, float volume)
Parameters
Type |
Name |
Description |
System.UInt32 |
playerRemoteId |
|
System.Single |
volume |
|
|
Improve this Doc
View Source
SetVoiceSpatialVolume(UInt32, Single)
Declaration
public static void SetVoiceSpatialVolume(uint playerRemoteId, float volume)
Parameters
Type |
Name |
Description |
System.UInt32 |
playerRemoteId |
|
System.Single |
volume |
|
|
Improve this Doc
View Source
SetWatermarkPosition(WatermarkPosition)
Declaration
public static void SetWatermarkPosition(WatermarkPosition position)
Parameters
|
Improve this Doc
View Source
SetWeatherCycle(Byte[], Byte[])
Declaration
public static void SetWeatherCycle(byte[] weathers, byte[] multipliers)
Parameters
Type |
Name |
Description |
System.Byte[] |
weathers |
|
System.Byte[] |
multipliers |
|
|
Improve this Doc
View Source
SetWeatherSyncActive(Boolean)
Declaration
public static void SetWeatherSyncActive(bool state)
Parameters
Type |
Name |
Description |
System.Boolean |
state |
|
|
Improve this Doc
View Source
ShowCursor(Boolean)
Declaration
public static void ShowCursor(bool state)
Parameters
Type |
Name |
Description |
System.Boolean |
state |
|
|
Improve this Doc
View Source
StringToSha256(String)
Declaration
public static string StringToSha256(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TakeScreenshot()
Declaration
public static Task<string> TakeScreenshot()
Returns
Type |
Description |
Task<System.String> |
|
|
Improve this Doc
View Source
TakeScreenshotGameOnly()
Declaration
public static Task<string> TakeScreenshotGameOnly()
Returns
Type |
Description |
Task<System.String> |
|
|
Improve this Doc
View Source
ToMValue(Object, Type, out MValueConst)
Declaration
public static bool ToMValue(object obj, Type type, out MValueConst mValue)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Type |
type |
|
MValueConst |
mValue |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UnloadYtyp(String)
Declaration
public static bool UnloadYtyp(string ytypName)
Parameters
Type |
Name |
Description |
System.String |
ytypName |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
UpdateClipContext(Dictionary<String, String>)
Declaration
public static void UpdateClipContext(Dictionary<string, string> context)
Parameters
Type |
Name |
Description |
Dictionary<System.String, System.String> |
context |
|
|
Improve this Doc
View Source
WorldToScreen(Vector3)
Declaration
public static Vector2 WorldToScreen(Vector3 position)
Parameters
Type |
Name |
Description |
System.Numerics.Vector3 |
position |
|
Returns
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
WorldToScreen(Single, Single, Single)
Declaration
public static Vector2 WorldToScreen(float x, float y, float z)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
System.Single |
z |
|
Returns
Type |
Description |
System.Numerics.Vector2 |
|
Events
|
Improve this Doc
View Source
OnAnyResourceError
Declaration
public static event AnyResourceErrorDelegate OnAnyResourceError
Event Type
|
Improve this Doc
View Source
OnAnyResourceStart
Declaration
public static event AnyResourceStartDelegate OnAnyResourceStart
Event Type
|
Improve this Doc
View Source
OnAnyResourceStop
Declaration
public static event AnyResourceStopDelegate OnAnyResourceStop
Event Type
|
Improve this Doc
View Source
OnCheckpoint
Declaration
public static event CheckpointDelegate OnCheckpoint
Event Type
|
Improve this Doc
View Source
OnColShape
Declaration
public static event ColShapeDelegate OnColShape
Event Type
|
Improve this Doc
View Source
OnConnectionComplete
Declaration
public static event ConnectionCompleteDelegate OnConnectionComplete
Event Type
|
Improve this Doc
View Source
OnConsoleCommand
Declaration
public static event ConsoleCommandDelegate OnConsoleCommand
Event Type
|
Improve this Doc
View Source
OnEntityHitEntity
Declaration
public static event EntityHitEntityDelegate OnEntityHitEntity
Event Type
|
Improve this Doc
View Source
OnGameEntityCreate
Declaration
public static event GameEntityCreateDelegate OnGameEntityCreate
Event Type
|
Improve this Doc
View Source
OnGameEntityDestroy
Declaration
public static event GameEntityDestroyDelegate OnGameEntityDestroy
Event Type
|
Improve this Doc
View Source
Declaration
public static event GlobalMetaChangeDelegate OnGlobalMetaChange
Event Type
|
Improve this Doc
View Source
Declaration
public static event GlobalSyncedMetaChangeDelegate OnGlobalSyncedMetaChange
Event Type
|
Improve this Doc
View Source
OnKeyDown
Declaration
public static event KeyDownDelegate OnKeyDown
Event Type
|
Improve this Doc
View Source
OnKeyUp
Declaration
public static event KeyUpDelegate OnKeyUp
Event Type
|
Improve this Doc
View Source
Declaration
public static event LocalMetaChangeDelegate OnLocalMetaChange
Event Type
|
Improve this Doc
View Source
Declaration
public static event MetaChangeDelegate OnMetaChange
Event Type
|
Improve this Doc
View Source
OnNetOwnerChange
Declaration
public static event NetOwnerChangeDelegate OnNetOwnerChange
Event Type
|
Improve this Doc
View Source
OnPlayerBulletHit
Declaration
public static event PlayerBulletHitDelegate OnPlayerBulletHit
Event Type
|
Improve this Doc
View Source
OnPLayerChangeAnimation
Declaration
public static event PlayerChangeAnimationDelegate OnPLayerChangeAnimation
Event Type
|
Improve this Doc
View Source
OnPlayerChangeInterior
Declaration
public static event PlayerChangeInteriorDelegate OnPlayerChangeInterior
Event Type
|
Improve this Doc
View Source
OnPlayerChangeVehicleSeat
Declaration
public static event PlayerChangeVehicleSeatDelegate OnPlayerChangeVehicleSeat
Event Type
|
Improve this Doc
View Source
OnPlayerDisconnect
Declaration
public static event PlayerDisconnectDelegate OnPlayerDisconnect
Event Type
|
Improve this Doc
View Source
OnPlayerEnterVehicle
Declaration
public static event PlayerEnterVehicleDelegate OnPlayerEnterVehicle
Event Type
|
Improve this Doc
View Source
OnPlayerLeaveVehicle
Declaration
public static event PlayerLeaveVehicleDelegate OnPlayerLeaveVehicle
Event Type
|
Improve this Doc
View Source
OnPlayerSpawn
Declaration
public static event PlayerSpawnDelegate OnPlayerSpawn
Event Type
|
Improve this Doc
View Source
OnPlayerStartEnterVehicle
Declaration
public static event PlayerStartEnterVehicleDelegate OnPlayerStartEnterVehicle
Event Type
|
Improve this Doc
View Source
OnPlayerStartLeaveVehicle
Declaration
public static event PlayerStartLeaveVehicleDelegate OnPlayerStartLeaveVehicle
Event Type
|
Improve this Doc
View Source
OnPlayerWeaponChange
Declaration
public static event PlayerWeaponChangeDelegate OnPlayerWeaponChange
Event Type
|
Improve this Doc
View Source
OnPlayerWeaponShoot
Declaration
public static event PlayerWeaponShootDelegate OnPlayerWeaponShoot
Event Type
|
Improve this Doc
View Source
OnRemoveEntity
Declaration
public static event RemoveEntityDelegate OnRemoveEntity
Event Type
|
Improve this Doc
View Source
OnScriptRPC
Declaration
public static event ScriptRPCDelegate OnScriptRPC
Event Type
|
Improve this Doc
View Source
OnScriptRPCAnswer
Declaration
public static event ScriptRPCAnswerDelegate OnScriptRPCAnswer
Event Type
|
Improve this Doc
View Source
Declaration
public static event StreamSyncedMetaChangeDelegate OnStreamSyncedMetaChange
Event Type
|
Improve this Doc
View Source
Declaration
public static event SyncedMetaChangeDelegate OnSyncedMetaChange
Event Type
|
Improve this Doc
View Source
OnTaskChange
Declaration
public static event TaskChangeDelegate OnTaskChange
Event Type
|
Improve this Doc
View Source
OnTick
Declaration
public static event TickDelegate OnTick
Event Type
|
Improve this Doc
View Source
OnVoiceConnection
Declaration
public static event VoiceConnectionDelegate OnVoiceConnection
Event Type
|
Improve this Doc
View Source
OnWeaponDamage
Declaration
public static event WeaponDamageDelegate OnWeaponDamage
Event Type
|
Improve this Doc
View Source
OnWindowFocusChange
Declaration
public static event WindowFocusChangeDelegate OnWindowFocusChange
Event Type
|
Improve this Doc
View Source
OnWindowResolutionChange
Declaration
public static event WindowResolutionChangeDelegate OnWindowResolutionChange
Event Type
|
Improve this Doc
View Source
OnWorldObjectPositionChange
Declaration
public static event WorldObjectPositionChangeDelegate OnWorldObjectPositionChange
Event Type
|
Improve this Doc
View Source
OnWorldObjectStreamIn
Declaration
public static event WorldObjectStreamInDelegate OnWorldObjectStreamIn
Event Type
|
Improve this Doc
View Source
OnWorldObjectStreamOut
Declaration
public static event WorldObjectStreamOutDelegate OnWorldObjectStreamOut
Event Type