Interface IClientLibrary
Assembly: AltV.Net.CApi.dll
Syntax
public interface IClientLibrary
Properties
|
Improve this Doc
View Source
Audio_AddOutput
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Audio_AddOutput { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Audio_GetBaseObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> Audio_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
Audio_GetCurrentTime
Declaration
delegate* unmanaged[Cdecl]<nint, double> Audio_GetCurrentTime { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Double> |
|
|
Improve this Doc
View Source
Audio_GetLooped
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Audio_GetLooped { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Audio_GetMaxTime
Declaration
delegate* unmanaged[Cdecl]<nint, double> Audio_GetMaxTime { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Double> |
|
|
Improve this Doc
View Source
Audio_GetOutputs
Declaration
delegate* unmanaged[Cdecl]<nint, nint*, nint*, nint*, uint*, void> Audio_GetOutputs { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr*, System.IntPtr*, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
Audio_GetSource
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> Audio_GetSource { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Audio_GetVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float> Audio_GetVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Audio_IsPlaying
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Audio_IsPlaying { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Audio_Pause
Declaration
delegate* unmanaged[Cdecl]<nint, void> Audio_Pause { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Audio_Play
Declaration
delegate* unmanaged[Cdecl]<nint, void> Audio_Play { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Audio_RemoveOutput
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Audio_RemoveOutput { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Audio_Reset
Declaration
delegate* unmanaged[Cdecl]<nint, void> Audio_Reset { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Audio_Seek
Declaration
delegate* unmanaged[Cdecl]<nint, double, void> Audio_Seek { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Double, System.Void> |
|
|
Improve this Doc
View Source
Audio_SetLooped
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Audio_SetLooped { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Audio_SetSource
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Audio_SetSource { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Audio_SetVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Audio_SetVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioAttachedOutput_GetAudioOutputObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> AudioAttachedOutput_GetAudioOutputObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioAttachedOutput_GetEntity
Declaration
delegate* unmanaged[Cdecl]<nint, BaseObjectType*, nint> AudioAttachedOutput_GetEntity { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, BaseObjectType*, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioAttachedOutput_SetEntity
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> AudioAttachedOutput_SetEntity { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_GetDistanceReverbDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetDistanceReverbDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetDistanceRolloffScale
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetDistanceRolloffScale { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetEnvironmentalFilterDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetEnvironmentalFilterDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetEnvironmentalLoudness
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetEnvironmentalLoudness { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetHighPassFilterCutoff
Declaration
delegate* unmanaged[Cdecl]<nint, short> AudioCategory_GetHighPassFilterCutoff { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int16> |
|
|
Improve this Doc
View Source
AudioCategory_GetInteriorReverbDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetInteriorReverbDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetLowPassFilterCutoff
Declaration
delegate* unmanaged[Cdecl]<nint, short> AudioCategory_GetLowPassFilterCutoff { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int16> |
|
|
Improve this Doc
View Source
AudioCategory_GetName
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> AudioCategory_GetName { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioCategory_GetOcclusionDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetOcclusionDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetPitch
Declaration
delegate* unmanaged[Cdecl]<nint, short> AudioCategory_GetPitch { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int16> |
|
|
Improve this Doc
View Source
AudioCategory_GetPlateauRolloffScale
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetPlateauRolloffScale { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetSourceReverbDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetSourceReverbDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetStonedWetLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetStonedWetLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetUnderwaterWetLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetUnderwaterWetLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_GetVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioCategory_GetVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioCategory_Reset
Declaration
delegate* unmanaged[Cdecl]<nint, void> AudioCategory_Reset { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetDistanceReverbDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetDistanceReverbDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetDistanceRolloffScale
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetDistanceRolloffScale { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetEnvironmentalFilterDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetEnvironmentalFilterDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetEnvironmentalLoudness
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetEnvironmentalLoudness { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetHighPassFilterCutoff
Declaration
delegate* unmanaged[Cdecl]<nint, short, void> AudioCategory_SetHighPassFilterCutoff { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int16, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetInteriorReverbDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetInteriorReverbDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetLowPassFilterCutoff
Declaration
delegate* unmanaged[Cdecl]<nint, short, void> AudioCategory_SetLowPassFilterCutoff { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int16, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetOcclusionDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetOcclusionDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetPitch
Declaration
delegate* unmanaged[Cdecl]<nint, short, void> AudioCategory_SetPitch { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int16, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetPlateauRolloffScale
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetPlateauRolloffScale { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetSourceReverbDamping
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetSourceReverbDamping { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetStonedWetLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetStonedWetLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetUnderwaterWetLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetUnderwaterWetLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioCategory_SetVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioCategory_SetVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioFilter_AddAutowahEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, float, float, float, float, int, uint> AudioFilter_AddAutowahEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddBqfEffect
Declaration
delegate* unmanaged[Cdecl]<nint, int, float, float, float, float, float, int, uint> AudioFilter_AddBqfEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Single, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddChorusEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, float, float, float, float, int, uint> AudioFilter_AddChorusEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddCompressor2Effect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, float, float, float, int, uint> AudioFilter_AddCompressor2Effect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddDampEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, float, float, float, int, uint> AudioFilter_AddDampEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddDistortionEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, float, float, float, int, uint> AudioFilter_AddDistortionEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddEcho4Effect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, float, float, int, uint> AudioFilter_AddEcho4Effect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddFreeverbEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, float, float, float, uint, int, uint> AudioFilter_AddFreeverbEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Single, System.Single, System.Single, System.UInt32, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddPeakeqEffect
Declaration
delegate* unmanaged[Cdecl]<nint, int, float, float, float, float, int, uint> AudioFilter_AddPeakeqEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddPhaserEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, float, float, float, float, int, uint> AudioFilter_AddPhaserEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Single, System.Single, System.Single, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddPitchshiftEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, float, long, long, int, uint> AudioFilter_AddPitchshiftEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Single, System.Int64, System.Int64, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddRotateEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, int, uint> AudioFilter_AddRotateEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_AddVolumeEffect
Declaration
delegate* unmanaged[Cdecl]<nint, float, int, int, uint> AudioFilter_AddVolumeEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Int32, System.Int32, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_GetAudCategory
Declaration
delegate* unmanaged[Cdecl]<nint, uint> AudioFilter_GetAudCategory { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_GetBaseObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> AudioFilter_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioFilter_GetHash
Declaration
delegate* unmanaged[Cdecl]<nint, uint> AudioFilter_GetHash { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
AudioFilter_RemoveEffect
Declaration
delegate* unmanaged[Cdecl]<nint, uint, byte> AudioFilter_RemoveEffect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Byte> |
|
|
Improve this Doc
View Source
AudioFilter_SetAudCategory
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> AudioFilter_SetAudCategory { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
AudioFrontendOutput_GetAudioOutputObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> AudioFrontendOutput_GetAudioOutputObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioOutput_AddFilter
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> AudioOutput_AddFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
AudioOutput_GetBaseObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> AudioOutput_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioOutput_GetCategory
Declaration
delegate* unmanaged[Cdecl]<nint, uint> AudioOutput_GetCategory { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
AudioOutput_GetFilter
Declaration
delegate* unmanaged[Cdecl]<nint, nint> AudioOutput_GetFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioOutput_GetOwner
Declaration
delegate* unmanaged[Cdecl]<nint, nint> AudioOutput_GetOwner { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioOutput_GetVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float> AudioOutput_GetVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
AudioOutput_IsMuted
Declaration
delegate* unmanaged[Cdecl]<nint, byte> AudioOutput_IsMuted { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
AudioOutput_RemoveFilter
Declaration
delegate* unmanaged[Cdecl]<nint, void> AudioOutput_RemoveFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
AudioOutput_SetMuted
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> AudioOutput_SetMuted { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
AudioOutput_SetVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> AudioOutput_SetVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
AudioWorldOutput_GetAudioOutputObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> AudioWorldOutput_GetAudioOutputObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
AudioWorldOutput_GetPosition
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3> AudioWorldOutput_GetPosition { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3> |
|
|
Improve this Doc
View Source
AudioWorldOutput_SetPosition
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, void> AudioWorldOutput_SetPosition { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.Void> |
|
|
Improve this Doc
View Source
BaseObject_GetRemoteID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> BaseObject_GetRemoteID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
BaseObject_IsRemote
Declaration
delegate* unmanaged[Cdecl]<nint, byte> BaseObject_IsRemote { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Blip_GetGameID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Blip_GetGameID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Blip_IsStreamedIn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Blip_IsStreamedIn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Checkpoint_GetGameID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Checkpoint_GetGameID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Checkpoint_IsStreamedIn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Checkpoint_IsStreamedIn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_AddGXTText
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint, nint, void> Core_AddGXTText { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_AddVoiceFilter
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint, void> Core_AddVoiceFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_AreGameControlsEnabled
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_AreGameControlsEnabled { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_AreRmlControlsEnabled
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_AreRmlControlsEnabled { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_AreVoiceControlsEnabled
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_AreVoiceControlsEnabled { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_BeginScaleformMovieMethodMinimap { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_ClearFocusOverride
Declaration
delegate* unmanaged[Cdecl]<nint, void> Core_ClearFocusOverride { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_ClearPedProp
Declaration
delegate* unmanaged[Cdecl]<nint, int, byte, void> Core_ClearPedProp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_Client_CreateAreaBlip
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, float, float, nint, uint*, nint> Core_Client_CreateAreaBlip { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.Single, System.Single, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_Client_CreatePointBlip
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, nint, uint*, nint> Core_Client_CreatePointBlip { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_Client_CreateRadiusBlip
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, float, nint, uint*, nint> Core_Client_CreateRadiusBlip { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.Single, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_Client_FileExists
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, byte> Core_Client_FileExists { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_Client_FileRead
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, int*, nint> Core_Client_FileRead { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CopyToClipboard
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_CopyToClipboard { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_CreateAttachedOutput
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint, nint, uint*, nint> Core_CreateAttachedOutput { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateAudio
Declaration
delegate* unmanaged[Cdecl]<nint, nint, float, byte, byte, nint, nint, uint*, nint> Core_CreateAudio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Single, System.Byte, System.Byte, System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateAudioFilter
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint, uint*, nint> Core_CreateAudioFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateCheckpoint
Declaration
delegate* unmanaged[Cdecl]<nint, byte, Vector3, Vector3, float, float, Rgba, Rgba, uint, nint, uint*, nint> Core_CreateCheckpoint { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Numerics.Vector3, System.Numerics.Vector3, System.Single, System.Single, Rgba, Rgba, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateFrontendOutput
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint, uint*, nint> Core_CreateFrontendOutput { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateHttpClient
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint*, nint> Core_CreateHttpClient { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateLocalObject
Declaration
delegate* unmanaged[Cdecl]<nint, uint, Vector3, Vector3, byte, byte, byte, uint, nint, uint*, nint> Core_CreateLocalObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Numerics.Vector3, System.Numerics.Vector3, System.Byte, System.Byte, System.Byte, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateLocalPed
Declaration
delegate* unmanaged[Cdecl]<nint, uint, int, Vector3, Rotation, byte, uint, nint, uint*, nint> Core_CreateLocalPed { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Int32, System.Numerics.Vector3, Rotation, System.Byte, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateLocalVehicle
Declaration
delegate* unmanaged[Cdecl]<nint, uint, int, Vector3, Rotation, byte, uint, nint, uint*, nint> Core_CreateLocalVehicle { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Int32, System.Numerics.Vector3, Rotation, System.Byte, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateMarker_Client
Declaration
delegate* unmanaged[Cdecl]<nint, byte, Vector3, Rgba, byte, uint, nint, uint*, nint> Core_CreateMarker_Client { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Numerics.Vector3, Rgba, System.Byte, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateRmlDocument
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, uint*, nint> Core_CreateRmlDocument { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateTextLabel
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, float, float, Vector3, Rotation, Rgba, float, Rgba, byte, uint, nint, uint*, nint> Core_CreateTextLabel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Single, System.Single, System.Numerics.Vector3, Rotation, Rgba, System.Single, Rgba, System.Byte, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateWeaponObject
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, Rotation, uint, uint, int, byte, float, byte, uint, nint, uint*, nint> Core_CreateWeaponObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, Rotation, System.UInt32, System.UInt32, System.Int32, System.Byte, System.Single, System.Byte, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateWebsocketClient
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, uint*, nint> Core_CreateWebsocketClient { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateWebView
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, Vector2, Vector2, byte, uint*, nint> Core_CreateWebView { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Numerics.Vector2, System.Numerics.Vector2, System.Byte, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateWebView3D
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, uint, nint, uint*, nint> Core_CreateWebView3D { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.UInt32, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_CreateWorldOutput
Declaration
delegate* unmanaged[Cdecl]<nint, uint, Vector3, nint, uint*, nint> Core_CreateWorldOutput { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Numerics.Vector3, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_DeallocDiscordUser
Declaration
delegate* unmanaged[Cdecl]<nint, void> Core_DeallocDiscordUser { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_Discord_GetOAuth2Token
Declaration
delegate* unmanaged[Cdecl]<nint, nint, DiscordOAuth2TokenResultModuleDelegate, void> Core_Discord_GetOAuth2Token { get; }
Property Value
|
Improve this Doc
View Source
Core_DoesConfigFlagExist
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_DoesConfigFlagExist { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_GetAllWeaponData
Declaration
delegate* unmanaged[Cdecl]<nint, uint[], ulong, void> Core_GetAllWeaponData { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32[], System.UInt64, System.Void> |
|
|
Improve this Doc
View Source
Core_GetAllWeaponDataCount
Declaration
delegate* unmanaged[Cdecl]<nint, ulong> Core_GetAllWeaponDataCount { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt64> |
|
|
Improve this Doc
View Source
Core_GetAudioCount
Declaration
delegate* unmanaged[Cdecl]<nint, ulong> Core_GetAudioCount { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt64> |
|
|
Improve this Doc
View Source
Core_GetAudioOutputs
Declaration
delegate* unmanaged[Cdecl]<nint, ulong*, nint> Core_GetAudioOutputs { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt64*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetAudios
Declaration
delegate* unmanaged[Cdecl]<nint, ulong*, nint> Core_GetAudios { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt64*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetBlipByGameID
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint> Core_GetBlipByGameID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetCamPos
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3*, void> Core_GetCamPos { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Core_GetCheckpointByGameID
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint> Core_GetCheckpointByGameID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetClientPath
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> Core_GetClientPath { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetConfigFlag
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_GetConfigFlag { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_GetCursorPos
Declaration
delegate* unmanaged[Cdecl]<nint, Vector2*, byte, void> Core_GetCursorPos { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector2*, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_GetDiscordUser
Declaration
delegate* unmanaged[Cdecl]<nint, nint> Core_GetDiscordUser { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetFocusOverrideEntity
Declaration
delegate* unmanaged[Cdecl]<nint, byte*, nint> Core_GetFocusOverrideEntity { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetFocusOverrideOffset
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3*, void> Core_GetFocusOverrideOffset { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Core_GetFocusOverridePos
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3*, void> Core_GetFocusOverridePos { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Core_GetFPS
Declaration
delegate* unmanaged[Cdecl]<nint, ushort> Core_GetFPS { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16> |
|
|
Improve this Doc
View Source
Core_GetGXTText
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint, int*, nint> Core_GetGXTText { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetHeadshotBase64
Declaration
delegate* unmanaged[Cdecl]<nint, byte, int*, nint> Core_GetHeadshotBase64 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetLicenseHash
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> Core_GetLicenseHash { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetLocale
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> Core_GetLocale { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint> Core_GetLocalMeta { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetLocalObjects
Declaration
delegate* unmanaged[Cdecl]<nint, uint*, nint> Core_GetLocalObjects { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetLocalPeds
Declaration
delegate* unmanaged[Cdecl]<nint, uint*, nint> Core_GetLocalPeds { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetLocalVehicles
Declaration
delegate* unmanaged[Cdecl]<nint, uint*, nint> Core_GetLocalVehicles { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetMapZoomDataByAlias
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint*, nint> Core_GetMapZoomDataByAlias { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetMsPerGameMinute
Declaration
delegate* unmanaged[Cdecl]<nint, int> Core_GetMsPerGameMinute { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32> |
|
|
Improve this Doc
View Source
Core_GetPedBonePos
Declaration
delegate* unmanaged[Cdecl]<nint, int, ushort, Vector3*, void> Core_GetPedBonePos { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.UInt16, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Core_GetPermissionState
Declaration
delegate* unmanaged[Cdecl]<nint, byte, byte> Core_GetPermissionState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Byte> |
|
|
Improve this Doc
View Source
Core_GetPing
Declaration
delegate* unmanaged[Cdecl]<nint, ushort> Core_GetPing { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16> |
|
|
Improve this Doc
View Source
Core_GetPoolCount
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint> Core_GetPoolCount { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Core_GetPoolEntities
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint*, uint*, void> Core_GetPoolEntities { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
Core_GetPoolSize
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint> Core_GetPoolSize { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Core_GetScreenResolution
Declaration
delegate* unmanaged[Cdecl]<nint, Vector2*, void> Core_GetScreenResolution { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector2*, System.Void> |
|
|
Improve this Doc
View Source
Core_GetServerIp
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> Core_GetServerIp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetServerPort
Declaration
delegate* unmanaged[Cdecl]<nint, ushort> Core_GetServerPort { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16> |
|
|
Improve this Doc
View Source
Core_GetServerTime
Declaration
delegate* unmanaged[Cdecl]<nint, ulong> Core_GetServerTime { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt64> |
|
|
Improve this Doc
View Source
Core_GetStatBool
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_GetStatBool { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_GetStatData
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint> Core_GetStatData { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetStatFloat
Declaration
delegate* unmanaged[Cdecl]<nint, nint, float> Core_GetStatFloat { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Core_GetStatInt
Declaration
delegate* unmanaged[Cdecl]<nint, nint, int> Core_GetStatInt { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int32> |
|
|
Improve this Doc
View Source
Core_GetStatLong
Declaration
delegate* unmanaged[Cdecl]<nint, nint, long> Core_GetStatLong { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int64> |
|
|
Improve this Doc
View Source
Core_GetStatString
Declaration
delegate* unmanaged[Cdecl]<nint, nint, int*, nint> Core_GetStatString { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetStatType
Declaration
delegate* unmanaged[Cdecl]<nint, nint, int*, nint> Core_GetStatType { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetStatUInt16
Declaration
delegate* unmanaged[Cdecl]<nint, nint, ushort> Core_GetStatUInt16 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt16> |
|
|
Improve this Doc
View Source
Core_GetStatUInt32
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint> Core_GetStatUInt32 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Core_GetStatUInt64
Declaration
delegate* unmanaged[Cdecl]<nint, nint, ulong> Core_GetStatUInt64 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt64> |
|
|
Improve this Doc
View Source
Core_GetStatUInt8
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_GetStatUInt8 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_GetTotalPacketsLost
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Core_GetTotalPacketsLost { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Core_GetTotalPacketsSent
Declaration
delegate* unmanaged[Cdecl]<nint, ulong> Core_GetTotalPacketsSent { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt64> |
|
|
Improve this Doc
View Source
Core_GetVoiceActivationKey
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Core_GetVoiceActivationKey { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Core_GetVoiceActivationLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float> Core_GetVoiceActivationLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Core_GetVoiceFilter
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint> Core_GetVoiceFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_GetVoiceInputMuted { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_GetVoiceNonSpatialVolume
Declaration
delegate* unmanaged[Cdecl]<nint, uint, float> Core_GetVoiceNonSpatialVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Core_GetVoicePlayers
Declaration
delegate* unmanaged[Cdecl]<nint, nint*, uint*, void> Core_GetVoicePlayers { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
Core_GetVoiceSpatialVolume
Declaration
delegate* unmanaged[Cdecl]<nint, uint, float> Core_GetVoiceSpatialVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Core_GetWeaponObjects
Declaration
delegate* unmanaged[Cdecl]<nint, uint*, nint> Core_GetWeaponObjects { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetWebViewCount
Declaration
delegate* unmanaged[Cdecl]<nint, ulong> Core_GetWebViewCount { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt64> |
|
|
Improve this Doc
View Source
Core_GetWebViews
Declaration
delegate* unmanaged[Cdecl]<nint, nint[], ulong, void> Core_GetWebViews { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr[], System.UInt64, System.Void> |
|
|
Improve this Doc
View Source
Core_GetWorldObjectByScriptID
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint> Core_GetWorldObjectByScriptID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_GetWorldObjects
Declaration
delegate* unmanaged[Cdecl]<nint, uint*, nint> Core_GetWorldObjects { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_HasLocalMeta { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsCamFrozen
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsCamFrozen { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsConsoleOpen
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsConsoleOpen { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsCursorVisible
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_IsCursorVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsFocusOverriden
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsFocusOverriden { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsFullScreen
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsFullScreen { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsGameFocused
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsGameFocused { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsInStreamerMode
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsInStreamerMode { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsKeyDown
Declaration
delegate* unmanaged[Cdecl]<nint, uint, byte> Core_IsKeyDown { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsKeyToggled
Declaration
delegate* unmanaged[Cdecl]<nint, uint, byte> Core_IsKeyToggled { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Byte> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsMenuOpened { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsNoiseSuppressionEnabled
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsNoiseSuppressionEnabled { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsPointOnScreen
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, byte> Core_IsPointOnScreen { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsTextureExistInArchetype
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint, byte> Core_IsTextureExistInArchetype { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsVoiceActivityInputEnabled { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_IsWebViewGpuAccelerationActive
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Core_IsWebViewGpuAccelerationActive { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_LoadDefaultIpls
Declaration
delegate* unmanaged[Cdecl]<nint, void> Core_LoadDefaultIpls { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_LoadModel
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Core_LoadModel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Core_LoadModelAsync
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Core_LoadModelAsync { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Core_LoadRmlFont
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, nint, byte, byte, void> Core_LoadRmlFont { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.Byte, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_LoadYtyp
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_LoadYtyp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_OverrideFocusEntity
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Core_OverrideFocusEntity { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_OverrideFocusPosition
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, Vector3, void> Core_OverrideFocusPosition { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.Numerics.Vector3, System.Void> |
|
|
Improve this Doc
View Source
Core_RegisterFont
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, uint*, nint> Core_RegisterFont { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_ReloadVehiclePhysics
Declaration
delegate* unmanaged[Cdecl]<nint, uint, byte> Core_ReloadVehiclePhysics { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Byte> |
|
|
Improve this Doc
View Source
Core_RemoveGXTText
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint, void> Core_RemoveGXTText { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Core_RemoveIpl
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Core_RemoveIpl { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_RemoveVoiceFilter
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Core_RemoveVoiceFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Core_RemoveVoicePlayer
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Core_RemoveVoicePlayer { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Core_RequestIpl
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Core_RequestIpl { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_ResetAllMapZoomData
Declaration
delegate* unmanaged[Cdecl]<nint, void> Core_ResetAllMapZoomData { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_ResetMapZoomData
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Core_ResetMapZoomData { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Core_ResetMinimapComponentPosition
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Core_ResetMinimapComponentPosition { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_ResetStat
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Core_ResetStat { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_ScreenToWorld
Declaration
delegate* unmanaged[Cdecl]<nint, Vector2, Vector3*, void> Core_ScreenToWorld { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector2, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Core_SetCamFrozen
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Core_SetCamFrozen { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetConfigFlag
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte, void> Core_SetConfigFlag { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetCursorPos
Declaration
delegate* unmanaged[Cdecl]<nint, Vector2, byte, void> Core_SetCursorPos { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector2, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetMinimapComponentPosition
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte, byte, float, float, float, float, void> Core_SetMinimapComponentPosition { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte, System.Byte, System.Single, System.Single, System.Single, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Core_SetMinimapIsRectangle
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Core_SetMinimapIsRectangle { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetMsPerGameMinute
Declaration
delegate* unmanaged[Cdecl]<nint, int, void> Core_SetMsPerGameMinute { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Void> |
|
|
Improve this Doc
View Source
Core_SetPedDlcClothes
Declaration
delegate* unmanaged[Cdecl]<nint, int, uint, byte, byte, byte, byte, void> Core_SetPedDlcClothes { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.UInt32, System.Byte, System.Byte, System.Byte, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetPedDlcProp
Declaration
delegate* unmanaged[Cdecl]<nint, int, uint, byte, byte, byte, void> Core_SetPedDlcProp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.UInt32, System.Byte, System.Byte, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetRotationVelocity
Declaration
delegate* unmanaged[Cdecl]<nint, int, Vector3, void> Core_SetRotationVelocity { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Numerics.Vector3, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatBool
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte, void> Core_SetStatBool { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatFloat
Declaration
delegate* unmanaged[Cdecl]<nint, nint, float, void> Core_SetStatFloat { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatInt
Declaration
delegate* unmanaged[Cdecl]<nint, nint, int, void> Core_SetStatInt { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int32, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatLong
Declaration
delegate* unmanaged[Cdecl]<nint, nint, long, void> Core_SetStatLong { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int64, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatString
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, void> Core_SetStatString { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatUInt16
Declaration
delegate* unmanaged[Cdecl]<nint, nint, ushort, void> Core_SetStatUInt16 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt16, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatUInt32
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint, void> Core_SetStatUInt32 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatUInt64
Declaration
delegate* unmanaged[Cdecl]<nint, nint, ulong, void> Core_SetStatUInt64 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt64, System.Void> |
|
|
Improve this Doc
View Source
Core_SetStatUInt8
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte, void> Core_SetStatUInt8 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetVoiceActivationLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float, byte> Core_SetVoiceActivationLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Byte> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Core_SetVoiceInputMuted { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetVoiceNonSpatialVolume
Declaration
delegate* unmanaged[Cdecl]<nint, uint, float, void> Core_SetVoiceNonSpatialVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Core_SetVoiceSpatialVolume
Declaration
delegate* unmanaged[Cdecl]<nint, uint, float, void> Core_SetVoiceSpatialVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Core_SetWatermarkPosition
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Core_SetWatermarkPosition { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_SetWeatherCycle
Declaration
delegate* unmanaged[Cdecl]<nint, byte[], int, byte[], int, void> Core_SetWeatherCycle { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte[], System.Int32, System.Byte[], System.Int32, System.Void> |
|
|
Improve this Doc
View Source
Core_SetWeatherSyncActive
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Core_SetWeatherSyncActive { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_ShowCursor
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte, void> Core_ShowCursor { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_StringToSHA256
Declaration
delegate* unmanaged[Cdecl]<nint, nint, int*, nint> Core_StringToSHA256 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Core_TakeScreenshot
Declaration
delegate* unmanaged[Cdecl]<nint, ScreenshotResultModuleDelegate, byte> Core_TakeScreenshot { get; }
Property Value
|
Improve this Doc
View Source
Core_TakeScreenshotGameOnly
Declaration
delegate* unmanaged[Cdecl]<nint, ScreenshotResultModuleDelegate, byte> Core_TakeScreenshotGameOnly { get; }
Property Value
|
Improve this Doc
View Source
Core_ToggleGameControls
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte, void> Core_ToggleGameControls { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_ToggleNoiseSuppression
Declaration
delegate* unmanaged[Cdecl]<nint, byte, byte> Core_ToggleNoiseSuppression { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Byte> |
|
|
Improve this Doc
View Source
Core_ToggleRmlControls
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Core_ToggleRmlControls { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Core_ToggleVoiceActivation
Declaration
delegate* unmanaged[Cdecl]<nint, byte, byte> Core_ToggleVoiceActivation { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Byte> |
|
|
Improve this Doc
View Source
Core_ToggleVoiceControls
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Core_ToggleVoiceControls { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, byte, byte> Core_ToggleVoiceInput { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Byte> |
|
|
Improve this Doc
View Source
Core_TriggerServerEvent
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint[], int, void> Core_TriggerServerEvent { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr[], System.Int32, System.Void> |
|
|
Improve this Doc
View Source
Core_TriggerServerEventUnreliable
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint[], int, void> Core_TriggerServerEventUnreliable { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr[], System.Int32, System.Void> |
|
|
Improve this Doc
View Source
Core_TriggerServerRPCAnswer
Declaration
delegate* unmanaged[Cdecl]<nint, ushort, nint, nint, void> Core_TriggerServerRPCAnswer { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Core_TriggerServerRPCEvent
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint[], int, ushort> Core_TriggerServerRPCEvent { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr[], System.Int32, System.UInt16> |
|
|
Improve this Doc
View Source
Core_TriggerWebViewEvent
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, nint[], int, void> Core_TriggerWebViewEvent { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr[], System.Int32, System.Void> |
|
|
Improve this Doc
View Source
Core_UnloadYtyp
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Core_UnloadYtyp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Core_UpdateClipContext
Declaration
delegate* unmanaged[Cdecl]<nint, nint[], nint[], ulong, void> Core_UpdateClipContext { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr[], System.IntPtr[], System.UInt64, System.Void> |
|
|
Improve this Doc
View Source
Core_WorldToScreen
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, Vector2*, void> Core_WorldToScreen { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.Numerics.Vector2*, System.Void> |
|
|
Improve this Doc
View Source
CustomTexture_GetBaseObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> CustomTexture_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
CustomTexture_GetID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> CustomTexture_GetID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Entity_GetScriptID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Entity_GetScriptID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Entity_GetSyncInfo
Declaration
delegate* unmanaged[Cdecl]<nint, nint*, void> Entity_GetSyncInfo { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr*, System.Void> |
|
|
Improve this Doc
View Source
Event_SetAnyResourceErrorDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, AnyResourceErrorModuleDelegate, void> Event_SetAnyResourceErrorDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetAnyResourceStartDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, AnyResourceStartModuleDelegate, void> Event_SetAnyResourceStartDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetAnyResourceStopDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, AnyResourceStopModuleDelegate, void> Event_SetAnyResourceStopDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetAudioEventDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, AudioEventModuleDelegate, void> Event_SetAudioEventDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetCheckpointDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, CheckpointModuleDelegate, void> Event_SetCheckpointDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetClientEventDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, ClientEventModuleDelegate, void> Event_SetClientEventDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetColShapeDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, ColShapeModuleDelegate, void> Event_SetColShapeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetConnectionCompleteDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, ConnectionCompleteModuleDelegate, void> Event_SetConnectionCompleteDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetConsoleCommandDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, ConsoleCommandModuleDelegate, void> Event_SetConsoleCommandDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetCreateBaseObjectDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, CreateBaseObjectModuleDelegate, void> Event_SetCreateBaseObjectDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetEntityHitEntityDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, EntityHitEntityModuleDelegate, void> Event_SetEntityHitEntityDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetGameEntityCreateDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, GameEntityCreateModuleDelegate, void> Event_SetGameEntityCreateDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetGameEntityDestroyDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, GameEntityDestroyModuleDelegate, void> Event_SetGameEntityDestroyDelegate { get; }
Property Value
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, GlobalMetaChangeModuleDelegate, void> Event_SetGlobalMetaChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, GlobalSyncedMetaChangeModuleDelegate, void> Event_SetGlobalSyncedMetaChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetKeyDownDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, KeyDownModuleDelegate, void> Event_SetKeyDownDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetKeyUpDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, KeyUpModuleDelegate, void> Event_SetKeyUpDelegate { get; }
Property Value
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, LocalMetaChangeModuleDelegate, void> Event_SetLocalMetaChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, MetaChangeModuleDelegate, void> Event_SetMetaChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetNetOwnerChangeDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, NetOwnerChangeModuleDelegate, void> Event_SetNetOwnerChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerBulletHitDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerBulletHitModuleDelegate, void> Event_SetPlayerBulletHitDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerChangeAnimationDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerChangeAnimationModuleDelegate, void> Event_SetPlayerChangeAnimationDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerChangeInteriorDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerChangeInteriorModuleDelegate, void> Event_SetPlayerChangeInteriorDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerChangeVehicleSeatDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerChangeVehicleSeatModuleDelegate, void> Event_SetPlayerChangeVehicleSeatDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerDisconnectDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerDisconnectModuleDelegate, void> Event_SetPlayerDisconnectDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerEnterVehicleDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerEnterVehicleModuleDelegate, void> Event_SetPlayerEnterVehicleDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerLeaveVehicleDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerLeaveVehicleModuleDelegate, void> Event_SetPlayerLeaveVehicleDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerSpawnDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerSpawnModuleDelegate, void> Event_SetPlayerSpawnDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerStartEnterVehicleDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerStartEnterVehicleModuleDelegate, void> Event_SetPlayerStartEnterVehicleDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerStartLeaveVehicleDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerStartLeaveVehicleModuleDelegate, void> Event_SetPlayerStartLeaveVehicleDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerWeaponChangeDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerWeaponChangeModuleDelegate, void> Event_SetPlayerWeaponChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetPlayerWeaponShootDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, PlayerWeaponShootModuleDelegate, void> Event_SetPlayerWeaponShootDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetRemoveBaseObjectDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, RemoveBaseObjectModuleDelegate, void> Event_SetRemoveBaseObjectDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetRmlEventDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, RmlEventModuleDelegate, void> Event_SetRmlEventDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetScriptRPCAnswerDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, ScriptRPCAnswerModuleDelegate, void> Event_SetScriptRPCAnswerDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetScriptRPCDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, ScriptRPCModuleDelegate, void> Event_SetScriptRPCDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetServerEventDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, ServerEventModuleDelegate, void> Event_SetServerEventDelegate { get; }
Property Value
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, StreamSyncedMetaChangeModuleDelegate, void> Event_SetStreamSyncedMetaChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, SyncedMetaChangeModuleDelegate, void> Event_SetSyncedMetaChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetTaskChangeDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, TaskChangeModuleDelegate, void> Event_SetTaskChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetTickDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, TickModuleDelegate, void> Event_SetTickDelegate { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, TickModuleDelegate, System.Void> |
|
|
Improve this Doc
View Source
Event_SetVoiceConnectionDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, VoiceConnectionModuleDelegate, void> Event_SetVoiceConnectionDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetWeaponDamageDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, WeaponDamageModuleDelegate, void> Event_SetWeaponDamageDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetWebSocketEventDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, WebSocketEventModuleDelegate, void> Event_SetWebSocketEventDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetWebViewEventDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, WebViewEventModuleDelegate, void> Event_SetWebViewEventDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetWindowFocusChangeDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, WindowFocusChangeModuleDelegate, void> Event_SetWindowFocusChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetWindowResolutionChangeDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, WindowResolutionChangeModuleDelegate, void> Event_SetWindowResolutionChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetWorldObjectPositionChangeDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, WorldObjectPositionChangeModuleDelegate, void> Event_SetWorldObjectPositionChangeDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetWorldObjectStreamInDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, WorldObjectStreamInModuleDelegate, void> Event_SetWorldObjectStreamInDelegate { get; }
Property Value
|
Improve this Doc
View Source
Event_SetWorldObjectStreamOutDelegate
Declaration
delegate* unmanaged[Cdecl]<nint, WorldObjectStreamOutModuleDelegate, void> Event_SetWorldObjectStreamOutDelegate { get; }
Property Value
|
Improve this Doc
View Source
Font_GetBaseObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> Font_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
Font_GetID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Font_GetID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
FreeLocalPedArray
Declaration
delegate* unmanaged[Cdecl]<nint, void> FreeLocalPedArray { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
FreeLocalVehicleArray
Declaration
delegate* unmanaged[Cdecl]<nint, void> FreeLocalVehicleArray { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
FreeRmlElementArray
Declaration
delegate* unmanaged[Cdecl]<nint, void> FreeRmlElementArray { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
GetNativeFuncTable
Declaration
delegate* unmanaged[Cdecl]<nint> GetNativeFuncTable { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr> |
|
|
Improve this Doc
View Source
Handling_GetAntiRollBarBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetAntiRollBarBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetAntiRollBarBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetAntiRollBarBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetAntiRollBarForce
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetAntiRollBarForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetBrakeBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetBrakeBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetBrakeBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetBrakeBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetBrakeForce
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetBrakeForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetCamberStiffness
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetCamberStiffness { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetCentreOfMassOffset
Declaration
delegate* unmanaged[Cdecl]<uint, Vector3*, void> Handling_GetCentreOfMassOffset { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Handling_GetClutchChangeRateScaleDownShift
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetClutchChangeRateScaleDownShift { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetClutchChangeRateScaleUpShift
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetClutchChangeRateScaleUpShift { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetCollisionDamageMult
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetCollisionDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetDamageFlags
Declaration
delegate* unmanaged[Cdecl]<uint, uint> Handling_GetDamageFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetDeformationDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetDownforceModifier
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetDownforceModifier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetDriveBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetDriveBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetDriveBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetDriveBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetDriveInertia
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetDriveInertia { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetEngineDamageMult
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetEngineDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetHandBrakeForce
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetHandBrakeForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetHandlingFlags
Declaration
delegate* unmanaged[Cdecl]<uint, uint> Handling_GetHandlingFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
Handling_GetHandlingNameHash
Declaration
delegate* unmanaged[Cdecl]<uint, uint> Handling_GetHandlingNameHash { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
Handling_GetInertiaMultiplier
Declaration
delegate* unmanaged[Cdecl]<uint, Vector3*, void> Handling_GetInertiaMultiplier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Handling_GetInitialDragCoeff
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetInitialDragCoeff { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetInitialDriveForce
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetInitialDriveForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetInitialDriveGears
Declaration
delegate* unmanaged[Cdecl]<uint, uint> Handling_GetInitialDriveGears { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
Handling_GetInitialDriveMaxFlatVel
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetInitialDriveMaxFlatVel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetInitialDriveMaxVel
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetInitialDriveMaxVel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetLowSpeedTractionLossMult
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetLowSpeedTractionLossMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetMass
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetMass { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetModelFlags
Declaration
delegate* unmanaged[Cdecl]<uint, uint> Handling_GetModelFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
Handling_GetMonetaryValue
Declaration
delegate* unmanaged[Cdecl]<uint, uint> Handling_GetMonetaryValue { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
Handling_GetOilVolume
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetOilVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetPercentSubmerged
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetPercentSubmerged { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetPercentSubmergedRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetPercentSubmergedRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetPetrolTankVolume
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetPetrolTankVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetRollCentreHeightFront
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetRollCentreHeightFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetRollCentreHeightRear
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetRollCentreHeightRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSeatOffsetDistX
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSeatOffsetDistX { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSeatOffsetDistY
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSeatOffsetDistY { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSeatOffsetDistZ
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSeatOffsetDistZ { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSteeringLock
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSteeringLock { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSteeringLockRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSteeringLockRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSuspensionBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSuspensionBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSuspensionBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSuspensionBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSuspensionCompDamp
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSuspensionCompDamp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSuspensionForce
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSuspensionForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSuspensionLowerLimit
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSuspensionLowerLimit { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSuspensionRaise
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSuspensionRaise { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSuspensionReboundDamp
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSuspensionReboundDamp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetSuspensionUpperLimit
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetSuspensionUpperLimit { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionCurveLateral
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionCurveLateral { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionCurveLateralRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionCurveLateralRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionCurveMax
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionCurveMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionCurveMaxRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionCurveMaxRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionCurveMin
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionCurveMin { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionCurveMinRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionCurveMinRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionLossMult
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionLossMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionSpringDeltaMax
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionSpringDeltaMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetTractionSpringDeltaMaxRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetTractionSpringDeltaMaxRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetunkFloat1
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetunkFloat1 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetunkFloat2
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetunkFloat2 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetunkFloat4
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetunkFloat4 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetunkFloat5
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetunkFloat5 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_GetWeaponDamageMult
Declaration
delegate* unmanaged[Cdecl]<uint, float> Handling_GetWeaponDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Handling_SetAntiRollBarBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetAntiRollBarBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetAntiRollBarBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetAntiRollBarBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetAntiRollBarForce
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetAntiRollBarForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetBrakeBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetBrakeBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetBrakeBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetBrakeBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetBrakeForce
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetBrakeForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetCamberStiffness
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetCamberStiffness { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetCentreOfMassOffset
Declaration
delegate* unmanaged[Cdecl]<uint, Vector3, void> Handling_SetCentreOfMassOffset { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Numerics.Vector3, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetClutchChangeRateScaleDownShift
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetClutchChangeRateScaleDownShift { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetClutchChangeRateScaleUpShift
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetClutchChangeRateScaleUpShift { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetCollisionDamageMult
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetCollisionDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetDamageFlags
Declaration
delegate* unmanaged[Cdecl]<uint, uint, void> Handling_SetDamageFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetDeformationDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetDownforceModifier
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetDownforceModifier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetDriveBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetDriveBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetDriveBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetDriveBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetDriveInertia
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetDriveInertia { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetEngineDamageMult
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetEngineDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetHandBrakeForce
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetHandBrakeForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetHandlingFlags
Declaration
delegate* unmanaged[Cdecl]<uint, uint, void> Handling_SetHandlingFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetInertiaMultiplier
Declaration
delegate* unmanaged[Cdecl]<uint, Vector3, void> Handling_SetInertiaMultiplier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Numerics.Vector3, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetInitialDragCoeff
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetInitialDragCoeff { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetInitialDriveForce
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetInitialDriveForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetInitialDriveGears
Declaration
delegate* unmanaged[Cdecl]<uint, uint, void> Handling_SetInitialDriveGears { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetInitialDriveMaxFlatVel
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetInitialDriveMaxFlatVel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetInitialDriveMaxVel
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetInitialDriveMaxVel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetLowSpeedTractionLossMult
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetLowSpeedTractionLossMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetMass
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetMass { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetModelFlags
Declaration
delegate* unmanaged[Cdecl]<uint, uint, void> Handling_SetModelFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetMonetaryValue
Declaration
delegate* unmanaged[Cdecl]<uint, uint, void> Handling_SetMonetaryValue { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetOilVolume
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetOilVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetPercentSubmerged
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetPercentSubmerged { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetPercentSubmergedRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetPercentSubmergedRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetPetrolTankVolume
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetPetrolTankVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetRollCentreHeightFront
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetRollCentreHeightFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetRollCentreHeightRear
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetRollCentreHeightRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSeatOffsetDistX
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSeatOffsetDistX { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSeatOffsetDistY
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSeatOffsetDistY { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSeatOffsetDistZ
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSeatOffsetDistZ { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSteeringLock
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSteeringLock { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSteeringLockRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSteeringLockRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSuspensionBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSuspensionBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSuspensionBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSuspensionBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSuspensionCompDamp
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSuspensionCompDamp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSuspensionForce
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSuspensionForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSuspensionLowerLimit
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSuspensionLowerLimit { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSuspensionRaise
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSuspensionRaise { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSuspensionReboundDamp
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSuspensionReboundDamp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetSuspensionUpperLimit
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetSuspensionUpperLimit { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionBiasFront
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionBiasRear
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionCurveLateral
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionCurveLateral { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionCurveLateralRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionCurveLateralRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionCurveMax
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionCurveMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionCurveMaxRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionCurveMaxRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionCurveMin
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionCurveMin { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionCurveMinRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionCurveMinRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionLossMult
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionLossMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionSpringDeltaMax
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionSpringDeltaMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetTractionSpringDeltaMaxRatio
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetTractionSpringDeltaMaxRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetunkFloat1
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetunkFloat1 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetunkFloat2
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetunkFloat2 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetunkFloat4
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetunkFloat4 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetunkFloat5
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetunkFloat5 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Handling_SetWeaponDamageMult
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> Handling_SetWeaponDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
HttpClient_Connect
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, HttpResponseModuleDelegate, void> HttpClient_Connect { get; }
Property Value
|
Improve this Doc
View Source
HttpClient_Delete
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, HttpResponseModuleDelegate, void> HttpClient_Delete { get; }
Property Value
|
Improve this Doc
View Source
HttpClient_Get
Declaration
delegate* unmanaged[Cdecl]<nint, nint, HttpResponseModuleDelegate, void> HttpClient_Get { get; }
Property Value
|
Improve this Doc
View Source
HttpClient_GetBaseObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> HttpClient_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, nint*, nint*, int*, void> HttpClient_GetExtraHeaders { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr*, System.IntPtr*, System.Int32*, System.Void> |
|
|
Improve this Doc
View Source
HttpClient_Head
Declaration
delegate* unmanaged[Cdecl]<nint, nint, HttpResponseModuleDelegate, void> HttpClient_Head { get; }
Property Value
|
Improve this Doc
View Source
HttpClient_Options
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, HttpResponseModuleDelegate, void> HttpClient_Options { get; }
Property Value
|
Improve this Doc
View Source
HttpClient_Patch
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, HttpResponseModuleDelegate, void> HttpClient_Patch { get; }
Property Value
|
Improve this Doc
View Source
HttpClient_Post
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, HttpResponseModuleDelegate, void> HttpClient_Post { get; }
Property Value
|
Improve this Doc
View Source
HttpClient_Put
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, HttpResponseModuleDelegate, void> HttpClient_Put { get; }
Property Value
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, void> HttpClient_SetExtraHeader { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
HttpClient_Trace
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, HttpResponseModuleDelegate, void> HttpClient_Trace { get; }
Property Value
|
Improve this Doc
View Source
LocalObject_ActivatePhysics
Declaration
delegate* unmanaged[Cdecl]<nint, void> LocalObject_ActivatePhysics { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_AttachToEntity
Declaration
delegate* unmanaged[Cdecl]<nint, nint, short, Vector3, Rotation, byte, byte, byte, void> LocalObject_AttachToEntity { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int16, System.Numerics.Vector3, Rotation, System.Byte, System.Byte, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_AttachToEntity_ScriptId
Declaration
delegate* unmanaged[Cdecl]<nint, uint, short, Vector3, Rotation, byte, byte, byte, void> LocalObject_AttachToEntity_ScriptId { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Int16, System.Numerics.Vector3, Rotation, System.Byte, System.Byte, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_Detach
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> LocalObject_Detach { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_GetComponentTintIndex
Declaration
delegate* unmanaged[Cdecl]<nint, int, int> LocalObject_GetComponentTintIndex { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Int32> |
|
|
Improve this Doc
View Source
LocalObject_GetID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalObject_GetID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalObject_GetObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> LocalObject_GetObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
LocalObject_GetStreamingDistance
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalObject_GetStreamingDistance { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalObject_GetTintIndex
Declaration
delegate* unmanaged[Cdecl]<nint, int> LocalObject_GetTintIndex { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32> |
|
|
Improve this Doc
View Source
LocalObject_GiveComponent
Declaration
delegate* unmanaged[Cdecl]<nint, int, void> LocalObject_GiveComponent { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_HasGravity
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalObject_HasGravity { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalObject_IsCollisionEnabled
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalObject_IsCollisionEnabled { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalObject_IsDynamic
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalObject_IsDynamic { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalObject_IsStreamedIn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalObject_IsStreamedIn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalObject_IsVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalObject_IsVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalObject_IsWeaponObject
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalObject_IsWeaponObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalObject_IsWorldObject
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalObject_IsWorldObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalObject_PlaceOnGroundProperly
Declaration
delegate* unmanaged[Cdecl]<nint, void> LocalObject_PlaceOnGroundProperly { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_RemoveComponent
Declaration
delegate* unmanaged[Cdecl]<nint, int, void> LocalObject_RemoveComponent { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_ResetAlpha
Declaration
delegate* unmanaged[Cdecl]<nint, void> LocalObject_ResetAlpha { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_SetAlpha
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> LocalObject_SetAlpha { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_SetComponentTintIndex
Declaration
delegate* unmanaged[Cdecl]<nint, int, int, void> LocalObject_SetComponentTintIndex { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Int32, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_SetLodDistance
Declaration
delegate* unmanaged[Cdecl]<nint, ushort, void> LocalObject_SetLodDistance { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_SetModel
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> LocalObject_SetModel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_SetPositionFrozen
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> LocalObject_SetPositionFrozen { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_SetTextureVariation
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> LocalObject_SetTextureVariation { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_SetTintIndex
Declaration
delegate* unmanaged[Cdecl]<nint, int, void> LocalObject_SetTintIndex { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_SetVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> LocalObject_SetVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_ToggleCollision
Declaration
delegate* unmanaged[Cdecl]<nint, byte, byte, void> LocalObject_ToggleCollision { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_ToggleGravity
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> LocalObject_ToggleGravity { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalObject_UsesStreaming
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalObject_UsesStreaming { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalPed_GetID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalPed_GetID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalPed_GetPed
Declaration
delegate* unmanaged[Cdecl]<nint, nint> LocalPed_GetPed { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
LocalPed_GetScriptID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalPed_GetScriptID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalPed_GetStreamingDistance
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalPed_GetStreamingDistance { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalPed_IsStreamedIn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalPed_IsStreamedIn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalPed_IsVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalPed_IsVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalPed_SetModel
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> LocalPed_SetModel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
LocalPed_SetVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> LocalPed_SetVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
LocalPlayer_GetCurrentAmmo
Declaration
delegate* unmanaged[Cdecl]<nint, ushort> LocalPlayer_GetCurrentAmmo { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16> |
|
|
Improve this Doc
View Source
LocalPlayer_GetCurrentWeaponHash
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalPlayer_GetCurrentWeaponHash { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalPlayer_GetID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalPlayer_GetID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalPlayer_GetMaxStamina
Declaration
delegate* unmanaged[Cdecl]<nint, float> LocalPlayer_GetMaxStamina { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
LocalPlayer_GetPlayer
Declaration
delegate* unmanaged[Cdecl]<nint, nint> LocalPlayer_GetPlayer { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
LocalPlayer_GetStamina
Declaration
delegate* unmanaged[Cdecl]<nint, float> LocalPlayer_GetStamina { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
LocalPlayer_GetWeaponAmmo
Declaration
delegate* unmanaged[Cdecl]<nint, uint, ushort> LocalPlayer_GetWeaponAmmo { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.UInt16> |
|
|
Improve this Doc
View Source
LocalPlayer_GetWeaponComponents
Declaration
delegate* unmanaged[Cdecl]<nint, uint, nint*, uint*, void> LocalPlayer_GetWeaponComponents { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
LocalPlayer_GetWeapons
Declaration
delegate* unmanaged[Cdecl]<nint, nint*, uint*, void> LocalPlayer_GetWeapons { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
LocalPlayer_HasWeapon
Declaration
delegate* unmanaged[Cdecl]<nint, uint, byte> LocalPlayer_HasWeapon { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Byte> |
|
|
Improve this Doc
View Source
LocalPlayer_SetMaxStamina
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> LocalPlayer_SetMaxStamina { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
LocalPlayer_SetStamina
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> LocalPlayer_SetStamina { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
LocalStorage_Clear
Declaration
delegate* unmanaged[Cdecl]<nint, void> LocalStorage_Clear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
LocalStorage_DeleteKey
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> LocalStorage_DeleteKey { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
LocalStorage_GetKey
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint> LocalStorage_GetKey { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
LocalStorage_Has
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> LocalStorage_Has { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalStorage_Save
Declaration
delegate* unmanaged[Cdecl]<nint, void> LocalStorage_Save { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
LocalStorage_SetKey
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, void> LocalStorage_SetKey { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
LocalVehicle_GetID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalVehicle_GetID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalVehicle_GetScriptID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalVehicle_GetScriptID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalVehicle_GetStreamingDistance
Declaration
delegate* unmanaged[Cdecl]<nint, uint> LocalVehicle_GetStreamingDistance { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
LocalVehicle_GetVehicle
Declaration
delegate* unmanaged[Cdecl]<nint, nint> LocalVehicle_GetVehicle { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
LocalVehicle_IsStreamedIn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalVehicle_IsStreamedIn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalVehicle_IsVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte> LocalVehicle_IsVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
LocalVehicle_SetModel
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> LocalVehicle_SetModel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
LocalVehicle_SetVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> LocalVehicle_SetVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<uint, float> MapData_GetFScrollSpeed { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
MapData_GetFZoomScale
Declaration
delegate* unmanaged[Cdecl]<uint, float> MapData_GetFZoomScale { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
MapData_GetFZoomSpeed
Declaration
delegate* unmanaged[Cdecl]<uint, float> MapData_GetFZoomSpeed { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
MapData_GetVTilesX
Declaration
delegate* unmanaged[Cdecl]<uint, float> MapData_GetVTilesX { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
MapData_GetVTilesY
Declaration
delegate* unmanaged[Cdecl]<uint, float> MapData_GetVTilesY { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> MapData_SetFScrollSpeed { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
MapData_SetFZoomScale
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> MapData_SetFZoomScale { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
MapData_SetFZoomSpeed
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> MapData_SetFZoomSpeed { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
MapData_SetVTilesX
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> MapData_SetVTilesX { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
MapData_SetVTilesY
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> MapData_SetVTilesY { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Marker_IsStreamedIn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Marker_IsStreamedIn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Outdated
Declaration
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Player_AddFilter
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> Player_AddFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Player_GetFilter
Declaration
delegate* unmanaged[Cdecl]<nint, nint> Player_GetFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
Player_GetLocal
Declaration
delegate* unmanaged[Cdecl]<nint> Player_GetLocal { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr> |
|
|
Improve this Doc
View Source
Player_GetMicLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float> Player_GetMicLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Player_GetNonSpatialVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float> Player_GetNonSpatialVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Player_GetSpatialVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float> Player_GetSpatialVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Player_GetTaskData
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> Player_GetTaskData { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Player_IsTalking
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Player_IsTalking { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Player_RemoveFilter
Declaration
delegate* unmanaged[Cdecl]<nint, void> Player_RemoveFilter { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Player_SetNonSpatialVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Player_SetNonSpatialVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Player_SetSpatialVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Player_SetSpatialVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Resource_FileExists
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> Resource_FileExists { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Resource_GetFile
Declaration
delegate* unmanaged[Cdecl]<nint, nint, int*, nint*, void> Resource_GetFile { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr*, System.Void> |
|
|
Improve this Doc
View Source
Resource_GetLocalStorage
Declaration
delegate* unmanaged[Cdecl]<nint, nint> Resource_GetLocalStorage { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlDocument_CreateElement
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint*, nint> RmlDocument_CreateElement { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlDocument_CreateTextNode
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint*, nint> RmlDocument_CreateTextNode { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlDocument_GetBody
Declaration
delegate* unmanaged[Cdecl]<nint, nint> RmlDocument_GetBody { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlDocument_GetRmlElement
Declaration
delegate* unmanaged[Cdecl]<nint, nint> RmlDocument_GetRmlElement { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlDocument_GetSourceUrl
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> RmlDocument_GetSourceUrl { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlDocument_GetTitle
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> RmlDocument_GetTitle { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlDocument_Hide
Declaration
delegate* unmanaged[Cdecl]<nint, void> RmlDocument_Hide { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlDocument_IsModal
Declaration
delegate* unmanaged[Cdecl]<nint, byte> RmlDocument_IsModal { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlDocument_IsVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte> RmlDocument_IsVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlDocument_SetTitle
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> RmlDocument_SetTitle { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlDocument_Show
Declaration
delegate* unmanaged[Cdecl]<nint, byte, byte, void> RmlDocument_Show { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
RmlDocument_Update
Declaration
delegate* unmanaged[Cdecl]<nint, void> RmlDocument_Update { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_AddClass
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, void> RmlElement_AddClass { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_AddPseudoClass
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, void> RmlElement_AddPseudoClass { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_AppendChild
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> RmlElement_AppendChild { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_Blur
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, void> RmlElement_Blur { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_Click
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, void> RmlElement_Click { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_Focus
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, void> RmlElement_Focus { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetAbsoluteLeft
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetAbsoluteLeft { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetAbsoluteOffset
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, Vector2*, void> RmlElement_GetAbsoluteOffset { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Numerics.Vector2*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetAbsoluteTop
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetAbsoluteTop { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetAttribute
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, int*, nint> RmlElement_GetAttribute { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetAttributes
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint*, nint*, uint*, void> RmlElement_GetAttributes { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr*, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetBaseline
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetBaseline { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetBaseObject
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint> RmlElement_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetChildCount
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, uint> RmlElement_GetChildCount { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
RmlElement_GetChildNodes
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint*, uint*, void> RmlElement_GetChildNodes { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetClassList
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint*, uint*, void> RmlElement_GetClassList { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetClientHeight
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetClientHeight { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetClientLeft
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetClientLeft { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetClientTop
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetClientTop { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetClientWidth
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetClientWidth { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetClosest
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, nint> RmlElement_GetClosest { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetContainingBlock
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, Vector2*, void> RmlElement_GetContainingBlock { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Numerics.Vector2*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetElementById
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, nint> RmlElement_GetElementById { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetElementsByClassName
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, nint*, uint*, void> RmlElement_GetElementsByClassName { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetElementsByTagName
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, nint*, uint*, void> RmlElement_GetElementsByTagName { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetFirstChild
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint> RmlElement_GetFirstChild { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetFocusedElement
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint> RmlElement_GetFocusedElement { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetID
Declaration
delegate* unmanaged[Cdecl]<nint, uint> RmlElement_GetID { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
RmlElement_GetInnerRml
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, int*, nint> RmlElement_GetInnerRml { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetLastChild
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint> RmlElement_GetLastChild { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetLocalProperty
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, int*, nint> RmlElement_GetLocalProperty { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetNextSibling
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint> RmlElement_GetNextSibling { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetOffsetHeight
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetOffsetHeight { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetOffsetLeft
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetOffsetLeft { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetOffsetTop
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetOffsetTop { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetOffsetWidth
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetOffsetWidth { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetOwnerDocument
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint> RmlElement_GetOwnerDocument { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetParent
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint> RmlElement_GetParent { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetPreviousSibling
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint> RmlElement_GetPreviousSibling { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetProperty
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, int*, nint> RmlElement_GetProperty { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetPropertyAbsoluteValue
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, float> RmlElement_GetPropertyAbsoluteValue { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetPseudoClassList
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint*, uint*, void> RmlElement_GetPseudoClassList { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetRelativeOffset
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, Vector2*, void> RmlElement_GetRelativeOffset { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Numerics.Vector2*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_GetRmlId
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, int*, nint> RmlElement_GetRmlId { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetScrollHeight { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetScrollLeft { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetScrollTop { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetScrollWidth { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_GetTagName
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, int*, nint> RmlElement_GetTagName { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_GetZIndex
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float> RmlElement_GetZIndex { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
RmlElement_HasAttribute
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, byte> RmlElement_HasAttribute { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_HasChildren
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, byte> RmlElement_HasChildren { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_HasClass
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, byte> RmlElement_HasClass { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_HasLocalProperty
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, byte> RmlElement_HasLocalProperty { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_HasProperty
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, byte> RmlElement_HasProperty { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_HasPseudoClass
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, byte> RmlElement_HasPseudoClass { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_InsertBefore
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, void> RmlElement_InsertBefore { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_IsOwned
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, byte> RmlElement_IsOwned { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_IsPointWithinElement
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, Vector2, byte> RmlElement_IsPointWithinElement { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Numerics.Vector2, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_IsVisible
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, byte> RmlElement_IsVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_QuerySelector
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, nint> RmlElement_QuerySelector { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
RmlElement_QuerySelectorAll
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, nint*, uint*, void> RmlElement_QuerySelectorAll { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.IntPtr*, System.UInt32*, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_RemoveAttribute
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, byte> RmlElement_RemoveAttribute { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_RemoveChild
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> RmlElement_RemoveChild { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_RemoveClass
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, byte> RmlElement_RemoveClass { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_RemoveProperty
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> RmlElement_RemoveProperty { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_RemovePseudoClass
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, byte> RmlElement_RemovePseudoClass { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
RmlElement_ReplaceChild
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, void> RmlElement_ReplaceChild { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, byte, void> RmlElement_ScrollIntoView { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_SetAttribute
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, nint, void> RmlElement_SetAttribute { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_SetInnerRml
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> RmlElement_SetInnerRml { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_SetOffset
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, Vector2, byte, void> RmlElement_SetOffset { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Numerics.Vector2, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_SetProperty
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, void> RmlElement_SetProperty { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
RmlElement_SetRmlID
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, nint, void> RmlElement_SetRmlID { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float, void> RmlElement_SetScrollLeft { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl, SuppressGCTransition]<nint, float, void> RmlElement_SetScrollTop { get; }
Property Value
Type |
Description |
delegate*unmanaged [System.Runtime.CompilerServices.CallConvCdecl, System.Runtime.CompilerServices.CallConvSuppressGCTransition]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
TextLabel_IsStreamedIn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> TextLabel_IsStreamedIn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetAbsLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_GetAbsLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetBatteryLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_GetBatteryLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetCurrentGear
Declaration
delegate* unmanaged[Cdecl]<nint, ushort> Vehicle_GetCurrentGear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16> |
|
|
Improve this Doc
View Source
Vehicle_GetCurrentRPM
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_GetCurrentRPM { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetEngineLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_GetEngineLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetEngineTemperature
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_GetEngineTemperature { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetFuelLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_GetFuelLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetLightsIndicator
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_GetLightsIndicator { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetMaxGear
Declaration
delegate* unmanaged[Cdecl]<nint, ushort> Vehicle_GetMaxGear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16> |
|
|
Improve this Doc
View Source
Vehicle_GetOccupiedSeatsCount
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_GetOccupiedSeatsCount { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetOilLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_GetOilLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetOilLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_GetOilLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetPetrolLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_GetPetrolLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetSeatCount
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_GetSeatCount { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetSpeedVector
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3*, void> Vehicle_GetSpeedVector { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_GetSuspensionHeight
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_GetSuspensionHeight { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelCamber
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float> Vehicle_GetWheelCamber { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelConfigFlag
Declaration
delegate* unmanaged[Cdecl]<nint, byte, uint, byte> Vehicle_GetWheelConfigFlag { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.UInt32, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelDynamicFlag
Declaration
delegate* unmanaged[Cdecl]<nint, byte, uint, byte> Vehicle_GetWheelDynamicFlag { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.UInt32, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelHeight
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float> Vehicle_GetWheelHeight { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelRimRadius
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float> Vehicle_GetWheelRimRadius { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelSpeed
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_GetWheelSpeed { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelSurfaceMaterial
Declaration
delegate* unmanaged[Cdecl]<nint, byte, uint> Vehicle_GetWheelSurfaceMaterial { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.UInt32> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelTrackWidth
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float> Vehicle_GetWheelTrackWidth { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelTyreRadius
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float> Vehicle_GetWheelTyreRadius { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_GetWheelTyreWidth
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float> Vehicle_GetWheelTyreWidth { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetAntiRollBarBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetAntiRollBarBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetAntiRollBarBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetAntiRollBarBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetAntiRollBarForce
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetAntiRollBarForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetBrakeBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetBrakeBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetBrakeBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetBrakeBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetBrakeForce
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetBrakeForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetCamberStiffness
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetCamberStiffness { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetCentreOfMassOffset
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3*, void> Vehicle_Handling_GetCentreOfMassOffset { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetClutchChangeRateScaleDownShift
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetClutchChangeRateScaleDownShift { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetClutchChangeRateScaleUpShift
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetClutchChangeRateScaleUpShift { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetCollisionDamageMult
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetCollisionDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetDamageFlags
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Vehicle_Handling_GetDamageFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetDeformationDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetDownforceModifier
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetDownforceModifier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetDriveBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetDriveBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetDriveBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetDriveBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetDriveInertia
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetDriveInertia { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetEngineDamageMult
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetEngineDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetHandBrakeForce
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetHandBrakeForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetHandlingFlags
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Vehicle_Handling_GetHandlingFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetHandlingNameHash
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Vehicle_Handling_GetHandlingNameHash { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetInertiaMultiplier
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3*, void> Vehicle_Handling_GetInertiaMultiplier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3*, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetInitialDragCoeff
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetInitialDragCoeff { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetInitialDriveForce
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetInitialDriveForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetInitialDriveGears
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Vehicle_Handling_GetInitialDriveGears { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetInitialDriveMaxFlatVel
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetInitialDriveMaxFlatVel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetInitialDriveMaxVel
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetInitialDriveMaxVel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetLowSpeedTractionLossMult
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetLowSpeedTractionLossMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetMass
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetMass { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetModelFlags
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Vehicle_Handling_GetModelFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetMonetaryValue
Declaration
delegate* unmanaged[Cdecl]<nint, uint> Vehicle_Handling_GetMonetaryValue { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetOilVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetOilVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetPercentSubmerged
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetPercentSubmerged { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetPercentSubmergedRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetPercentSubmergedRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetPetrolTankVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetPetrolTankVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetRollCentreHeightFront
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetRollCentreHeightFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetRollCentreHeightRear
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetRollCentreHeightRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSeatOffsetDistX
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSeatOffsetDistX { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSeatOffsetDistY
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSeatOffsetDistY { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSeatOffsetDistZ
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSeatOffsetDistZ { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSteeringLock
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSteeringLock { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSteeringLockRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSteeringLockRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSuspensionBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSuspensionBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSuspensionBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSuspensionBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSuspensionCompDamp
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSuspensionCompDamp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSuspensionForce
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSuspensionForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSuspensionLowerLimit
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSuspensionLowerLimit { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSuspensionRaise
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSuspensionRaise { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSuspensionReboundDamp
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSuspensionReboundDamp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetSuspensionUpperLimit
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetSuspensionUpperLimit { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionCurveLateral
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionCurveLateral { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionCurveLateralRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionCurveLateralRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionCurveMax
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionCurveMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionCurveMaxRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionCurveMaxRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionCurveMin
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionCurveMin { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionCurveMinRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionCurveMinRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionLossMult
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionLossMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionSpringDeltaMax
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionSpringDeltaMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetTractionSpringDeltaMaxRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetTractionSpringDeltaMaxRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetunkFloat1
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetunkFloat1 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetunkFloat2
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetunkFloat2 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetunkFloat4
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetunkFloat4 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetunkFloat5
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetunkFloat5 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_GetWeaponDamageMult
Declaration
delegate* unmanaged[Cdecl]<nint, float> Vehicle_Handling_GetWeaponDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetAntiRollBarBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetAntiRollBarBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetAntiRollBarBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetAntiRollBarBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetAntiRollBarForce
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetAntiRollBarForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetBrakeBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetBrakeBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetBrakeBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetBrakeBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetBrakeForce
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetBrakeForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetCamberStiffness
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetCamberStiffness { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetCentreOfMassOffset
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, void> Vehicle_Handling_SetCentreOfMassOffset { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetClutchChangeRateScaleDownShift
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetClutchChangeRateScaleDownShift { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetClutchChangeRateScaleUpShift
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetClutchChangeRateScaleUpShift { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetCollisionDamageMult
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetCollisionDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetDamageFlags
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Vehicle_Handling_SetDamageFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetDeformationDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetDownforceModifier
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetDownforceModifier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetDriveBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetDriveBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetDriveBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetDriveBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetDriveInertia
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetDriveInertia { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetEngineDamageMult
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetEngineDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetHandBrakeForce
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetHandBrakeForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetHandlingFlags
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Vehicle_Handling_SetHandlingFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetInertiaMultiplier
Declaration
delegate* unmanaged[Cdecl]<nint, Vector3, void> Vehicle_Handling_SetInertiaMultiplier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector3, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetInitialDragCoeff
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetInitialDragCoeff { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetInitialDriveForce
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetInitialDriveForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetInitialDriveGears
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Vehicle_Handling_SetInitialDriveGears { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetInitialDriveMaxFlatVel
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetInitialDriveMaxFlatVel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetInitialDriveMaxVel
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetInitialDriveMaxVel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetLowSpeedTractionLossMult
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetLowSpeedTractionLossMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetMass
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetMass { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetModelFlags
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Vehicle_Handling_SetModelFlags { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetMonetaryValue
Declaration
delegate* unmanaged[Cdecl]<nint, uint, void> Vehicle_Handling_SetMonetaryValue { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetOilVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetOilVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetPercentSubmerged
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetPercentSubmerged { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetPercentSubmergedRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetPercentSubmergedRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetPetrolTankVolume
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetPetrolTankVolume { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetRollCentreHeightFront
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetRollCentreHeightFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetRollCentreHeightRear
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetRollCentreHeightRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSeatOffsetDistX
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSeatOffsetDistX { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSeatOffsetDistY
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSeatOffsetDistY { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSeatOffsetDistZ
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSeatOffsetDistZ { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSteeringLock
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSteeringLock { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSteeringLockRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSteeringLockRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSuspensionBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSuspensionBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSuspensionBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSuspensionBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSuspensionCompDamp
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSuspensionCompDamp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSuspensionForce
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSuspensionForce { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSuspensionLowerLimit
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSuspensionLowerLimit { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSuspensionRaise
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSuspensionRaise { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSuspensionReboundDamp
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSuspensionReboundDamp { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetSuspensionUpperLimit
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetSuspensionUpperLimit { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionBiasFront
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionBiasFront { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionBiasRear
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionBiasRear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionCurveLateral
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionCurveLateral { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionCurveLateralRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionCurveLateralRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionCurveMax
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionCurveMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionCurveMaxRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionCurveMaxRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionCurveMin
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionCurveMin { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionCurveMinRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionCurveMinRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionLossMult
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionLossMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionSpringDeltaMax
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionSpringDeltaMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetTractionSpringDeltaMaxRatio
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetTractionSpringDeltaMaxRatio { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetunkFloat1
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetunkFloat1 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetunkFloat2
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetunkFloat2 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetunkFloat4
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetunkFloat4 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetunkFloat5
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetunkFloat5 { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_Handling_SetWeaponDamageMult
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_Handling_SetWeaponDamageMult { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_IsHandlingModified
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_IsHandlingModified { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_IsTaxiLightOn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> Vehicle_IsTaxiLightOn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
Vehicle_ResetDashboardLights
Declaration
delegate* unmanaged[Cdecl]<nint, void> Vehicle_ResetDashboardLights { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_ResetHandling
Declaration
delegate* unmanaged[Cdecl]<nint, void> Vehicle_ResetHandling { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetAbsLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Vehicle_SetAbsLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetBatteryLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Vehicle_SetBatteryLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetCurrentGear
Declaration
delegate* unmanaged[Cdecl]<nint, ushort, void> Vehicle_SetCurrentGear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetCurrentRPM
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_SetCurrentRPM { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetEngineLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Vehicle_SetEngineLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetEngineTemperature
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_SetEngineTemperature { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetFuelLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_SetFuelLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetLightsIndicator
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Vehicle_SetLightsIndicator { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetMaxGear
Declaration
delegate* unmanaged[Cdecl]<nint, ushort, void> Vehicle_SetMaxGear { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetOilLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_SetOilLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetOilLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Vehicle_SetOilLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetPetrolLightState
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Vehicle_SetPetrolLightState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetSteeringAngle
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_SetSteeringAngle { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetSuspensionHeight
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> Vehicle_SetSuspensionHeight { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetupTransmission
Declaration
delegate* unmanaged[Cdecl]<nint, void> Vehicle_SetupTransmission { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetWheelCamber
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float, void> Vehicle_SetWheelCamber { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetWheelConfigFlag
Declaration
delegate* unmanaged[Cdecl]<nint, byte, uint, byte, void> Vehicle_SetWheelConfigFlag { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.UInt32, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetWheelDynamicFlag
Declaration
delegate* unmanaged[Cdecl]<nint, byte, uint, byte, void> Vehicle_SetWheelDynamicFlag { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.UInt32, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetWheelHeight
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float, void> Vehicle_SetWheelHeight { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetWheelRimRadius
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float, void> Vehicle_SetWheelRimRadius { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetWheelTrackWidth
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float, void> Vehicle_SetWheelTrackWidth { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetWheelTyreRadius
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float, void> Vehicle_SetWheelTyreRadius { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_SetWheelTyreWidth
Declaration
delegate* unmanaged[Cdecl]<nint, byte, float, void> Vehicle_SetWheelTyreWidth { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Single, System.Void> |
|
|
Improve this Doc
View Source
Vehicle_ToggleTaxiLight
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> Vehicle_ToggleTaxiLight { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
VirtualEntity_IsStreamedIn
Declaration
delegate* unmanaged[Cdecl]<nint, byte> VirtualEntity_IsStreamedIn { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
WeaponData_GetAccuracySpread
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetAccuracySpread { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetAnimReloadRate
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetAnimReloadRate { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetClipSize
Declaration
delegate* unmanaged[Cdecl]<uint, uint> WeaponData_GetClipSize { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
WeaponData_GetDamage
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetDamage { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetHeadshotDamageModifier
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetHeadshotDamageModifier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetLockOnRange
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetLockOnRange { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetModelHash
Declaration
delegate* unmanaged[Cdecl]<uint, uint> WeaponData_GetModelHash { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
WeaponData_GetNameHash
Declaration
delegate* unmanaged[Cdecl]<uint, uint> WeaponData_GetNameHash { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.UInt32> |
|
|
Improve this Doc
View Source
WeaponData_GetPlayerDamageModifier
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetPlayerDamageModifier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetRange
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetRange { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetRecoilAccuracyMax
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetRecoilAccuracyMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetRecoilAccuracyToAllowHeadshotPlayer
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetRecoilAccuracyToAllowHeadshotPlayer { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetRecoilRecoveryRate
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetRecoilRecoveryRate { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetRecoilShakeAmplitude
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetRecoilShakeAmplitude { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetTimeBetweenShots
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetTimeBetweenShots { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_GetVehicleReloadTime
Declaration
delegate* unmanaged[Cdecl]<uint, float> WeaponData_GetVehicleReloadTime { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single> |
|
|
Improve this Doc
View Source
WeaponData_SetAccuracySpread
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetAccuracySpread { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetAnimReloadRate
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetAnimReloadRate { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetDamage
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetDamage { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetHeadshotDamageModifier
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetHeadshotDamageModifier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetLockOnRange
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetLockOnRange { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetPlayerDamageModifier
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetPlayerDamageModifier { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetRange
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetRange { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetRecoilAccuracyMax
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetRecoilAccuracyMax { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetRecoilAccuracyToAllowHeadshotPlayer
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetRecoilAccuracyToAllowHeadshotPlayer { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetRecoilRecoveryRate
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetRecoilRecoveryRate { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetRecoilShakeAmplitude
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetRecoilShakeAmplitude { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WeaponData_SetVehicleReloadTime
Declaration
delegate* unmanaged[Cdecl]<uint, float, void> WeaponData_SetVehicleReloadTime { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.UInt32, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WebSocketClient_AddSubProtocol
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> WebSocketClient_AddSubProtocol { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebSocketClient_GetBaseObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> WebSocketClient_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
WebSocketClient_GetPingInterval
Declaration
delegate* unmanaged[Cdecl]<nint, ushort> WebSocketClient_GetPingInterval { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16> |
|
|
Improve this Doc
View Source
WebSocketClient_GetReadyState
Declaration
delegate* unmanaged[Cdecl]<nint, byte> WebSocketClient_GetReadyState { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
WebSocketClient_GetSubProtocols
Declaration
delegate* unmanaged[Cdecl]<nint, uint*, nint> WebSocketClient_GetSubProtocols { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt32*, System.IntPtr> |
|
|
Improve this Doc
View Source
WebSocketClient_GetUrl
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> WebSocketClient_GetUrl { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
WebSocketClient_IsAutoReconnect
Declaration
delegate* unmanaged[Cdecl]<nint, byte> WebSocketClient_IsAutoReconnect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
WebSocketClient_IsPerMessageDeflate
Declaration
delegate* unmanaged[Cdecl]<nint, byte> WebSocketClient_IsPerMessageDeflate { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
WebSocketClient_Send_Binary
Declaration
delegate* unmanaged[Cdecl]<nint, nint, uint, byte> WebSocketClient_Send_Binary { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.UInt32, System.Byte> |
|
|
Improve this Doc
View Source
WebSocketClient_Send_String
Declaration
delegate* unmanaged[Cdecl]<nint, nint, byte> WebSocketClient_Send_String { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
WebSocketClient_SetAutoReconnect
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> WebSocketClient_SetAutoReconnect { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, void> WebSocketClient_SetExtraHeader { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebSocketClient_SetPerMessageDeflate
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> WebSocketClient_SetPerMessageDeflate { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
WebSocketClient_SetPingInterval
Declaration
delegate* unmanaged[Cdecl]<nint, ushort, void> WebSocketClient_SetPingInterval { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.UInt16, System.Void> |
|
|
Improve this Doc
View Source
WebSocketClient_SetUrl
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> WebSocketClient_SetUrl { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebSocketClient_Start
Declaration
delegate* unmanaged[Cdecl]<nint, void> WebSocketClient_Start { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebSocketClient_Stop
Declaration
delegate* unmanaged[Cdecl]<nint, void> WebSocketClient_Stop { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebView_AddOutput
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> WebView_AddOutput { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebView_Focus
Declaration
delegate* unmanaged[Cdecl]<nint, void> WebView_Focus { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebView_GetBaseObject
Declaration
delegate* unmanaged[Cdecl]<nint, nint> WebView_GetBaseObject { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
WebView_GetOutputs
Declaration
delegate* unmanaged[Cdecl]<nint, nint> WebView_GetOutputs { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr> |
|
|
Improve this Doc
View Source
WebView_GetPosition
Declaration
delegate* unmanaged[Cdecl]<nint, Vector2*, void> WebView_GetPosition { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector2*, System.Void> |
|
|
Improve this Doc
View Source
WebView_GetSize
Declaration
delegate* unmanaged[Cdecl]<nint, Vector2*, void> WebView_GetSize { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector2*, System.Void> |
|
|
Improve this Doc
View Source
WebView_GetUrl
Declaration
delegate* unmanaged[Cdecl]<nint, int*, nint> WebView_GetUrl { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Int32*, System.IntPtr> |
|
|
Improve this Doc
View Source
WebView_IsFocused
Declaration
delegate* unmanaged[Cdecl]<nint, byte> WebView_IsFocused { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
WebView_IsOverlay
Declaration
delegate* unmanaged[Cdecl]<nint, byte> WebView_IsOverlay { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
WebView_IsVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte> WebView_IsVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte> |
|
|
Improve this Doc
View Source
WebView_RemoveOutput
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> WebView_RemoveOutput { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Declaration
delegate* unmanaged[Cdecl]<nint, nint, nint, void> WebView_SetExtraHeader { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebView_SetIsVisible
Declaration
delegate* unmanaged[Cdecl]<nint, byte, void> WebView_SetIsVisible { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Byte, System.Void> |
|
|
Improve this Doc
View Source
WebView_SetPosition
Declaration
delegate* unmanaged[Cdecl]<nint, Vector2, void> WebView_SetPosition { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector2, System.Void> |
|
|
Improve this Doc
View Source
WebView_SetSize
Declaration
delegate* unmanaged[Cdecl]<nint, Vector2, void> WebView_SetSize { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Numerics.Vector2, System.Void> |
|
|
Improve this Doc
View Source
WebView_SetUrl
Declaration
delegate* unmanaged[Cdecl]<nint, nint, void> WebView_SetUrl { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
WebView_SetZoomLevel
Declaration
delegate* unmanaged[Cdecl]<nint, float, void> WebView_SetZoomLevel { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Single, System.Void> |
|
|
Improve this Doc
View Source
WebView_Unfocus
Declaration
delegate* unmanaged[Cdecl]<nint, void> WebView_Unfocus { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr, System.Void> |
|
|
Improve this Doc
View Source
Win_GetTaskDialog
Declaration
delegate* unmanaged[Cdecl]<nint> Win_GetTaskDialog { get; }
Property Value
Type |
Description |
delegate*unmanaged [CDecl]<System.IntPtr> |
|