Skip to content

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

Get an instance

// Navigate to the ISIAPIOpposingmovement_peds you need via the ISIAPI tree.
// See ISIAPI for the activation root.
var opposingmovement_peds = /* ... */;
' Navigate to the ISIAPIOpposingmovement_peds you need via the ISIAPI tree.
' See ISIAPI for the activation root.
Dim opposingmovement_peds As ISIAPIOpposingmovement_peds = Nothing
# Navigate to the ISIAPIOpposingmovement_peds you need via the ISIAPI tree.
# See ISIAPI for the activation root.
opposingmovement_peds = ...
# Navigate to the ISIAPIOpposingmovement_peds you need via the ISIAPI tree.
# See ISIAPI for the activation root.
$opposingmovement_peds = $null

Properties

Count

int Count { get; }

Type int

Code samples
int count = opposingmovement_peds.Count;
Dim count As Integer = opposingmovement_peds.Count
count = opposingmovement_peds.Count
$count = $opposingmovement_peds.Count

this[]

ISIAPIOpposingmovement_ped this[] { get; }

Type ISIAPIOpposingmovement_ped

Code samples
var this[] = opposingmovement_peds.this[];
Dim this[] As ISIAPIOpposingmovement_ped = opposingmovement_peds.this[]
this[] = opposingmovement_peds.this[]
$this[] = $opposingmovement_peds.this[]

this[]

ISIAPIOpposingmovement_ped this[] { get; }

Type ISIAPIOpposingmovement_ped

Code samples
var this[] = opposingmovement_peds.this[];
Dim this[] As ISIAPIOpposingmovement_ped = opposingmovement_peds.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);
Dim result As Boolean = opposingmovement_peds.OpposingmovementPedExists(0, 0, 0)
result = opposingmovement_peds.OpposingmovementPedExists(0, 0, 0)
$result = $opposingmovement_peds.OpposingmovementPedExists(0, 0, 0)