Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..CParticleEvents..::..ContainsTimedEvent Method (Single, DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate, Int32, Int32)
|
|
Returns if there is a Timed Event with the specifed Timed To Fire, Function, Execution Order, and Group or not.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool ContainsTimedEvent(
float fTimeToFire,
DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate cFunction,
int iExecutionOrder,
int iGroup
)
|
Visual Basic
|
Public Function ContainsTimedEvent (
fTimeToFire As Single,
cFunction As DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate,
iExecutionOrder As Integer,
iGroup As Integer
) As Boolean
|
Visual C++
|
public:
bool ContainsTimedEvent(
float fTimeToFire,
DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate^ cFunction,
int iExecutionOrder,
int iGroup
)
|
Parameters
fTimeToFire
Type: System..::..Single
The Time the Event is scheduled to fire at
cFunction
Type: DPSF..::..DPSF<(Of <(<'Particle, Vertex>)>)>..::..UpdateParticleDelegate
The Function of the Timed Event to look for
iExecutionOrder
Type: System..::..Int32
The Execution Order of the Event to look for
iGroup
Type: System..::..Int32
The Group of the Event to look for
Return Value
Type: Boolean
Returns true if an Event with the specified Function, Execution Order, and Group was found, false if not
See Also
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleEvents Class
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleEvents Members
ContainsTimedEvent Overload
DPSF Namespace
Send comments on this topic to
|