|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.GetDirectXEffect (
nPlayer as Integer,
nEffect as enumDirectXEffects
) as boolean
|
|
[C++]
short control.GetDirectXEffect (
short nPlayer,
short nEffect
);
|
|
Parameter
|
Description
| ||||||||||||||||||||||||||||||
|
|
| ||||||||||||||||||||||||||||||
|
nPlayer
|
Number representing the zero-based index of the involved player
| ||||||||||||||||||||||||||||||
|
nEffect
|
Numeric value that determines the effect to retrieve.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
FALSE
|
The given effect has not been applied
|
|
TRUE
|
The given effect has been applied
|