Skip to content

Opposingmovement_peds

Type ISIAPIOpposingmovement_peds · Interface
Namespace SIDRASolutions.SI.API
Assembly SIDRASolutions.SI.API.dll
COM CLSID 8B5B722F-35DA-4EE8-AAF4-569A021FA576

Declaration

[Guid("8B5B722F-35DA-4EE8-AAF4-569A021FA576")]
public interface ISIAPIOpposingmovement_peds

Members

Properties

Property Type Summary
Count int
this[] ISIAPIOpposingmovement_ped
this[] ISIAPIOpposingmovement_ped

Methods

Method Returns Summary
OpposingmovementPedExists(int, int, int) bool

Properties

Count

int Count { get; }

Type int

Code samples
int count = opposingmovement_peds.Count;
long count;
opposingmovement_peds->get_Count(&count);
count = opposingmovement_peds.Count
$count = $opposingmovement_peds.Count

this[]

ISIAPIOpposingmovement_ped this[] { get; }

Type ISIAPIOpposingmovement_ped

Code samples
var this[] = opposingmovement_peds.this[];
CComPtr<ISIAPIOpposingmovement_ped> this[];
opposingmovement_peds->get_this[](&this[]);
this[] = opposingmovement_peds.this[]
$this[] = $opposingmovement_peds.this[]

this[]

ISIAPIOpposingmovement_ped this[] { get; }

Type ISIAPIOpposingmovement_ped

Code samples
var this[] = opposingmovement_peds.this[];
CComPtr<ISIAPIOpposingmovement_ped> this[];
opposingmovement_peds->get_this[](&this[]);
this[] = opposingmovement_peds.this[]
$this[] = $opposingmovement_peds.this[]

Methods

OpposingmovementPedExists(int, int, int)

bool OpposingmovementPedExists(int opposing_ped_type, int opposing_ped_origin, int opposin_ped_stage)

Parameters

Name Type Description
opposing_ped_type int
opposing_ped_origin int
opposin_ped_stage int

Returns bool

Code samples
bool result = opposingmovement_peds.OpposingmovementPedExists(0, 0, 0);
VARIANT_BOOL result;
opposingmovement_peds->OpposingmovementPedExists(0, 0, 0, &result);
result = opposingmovement_peds.OpposingmovementPedExists(0, 0, 0)
$result = $opposingmovement_peds.OpposingmovementPedExists(0, 0, 0)