Resolve request.
More...
|
bool | getAllowFail () |
| Resolving is allowed to fail.
|
|
Block | getBlock () |
| Block to call with resolved element.
|
|
Request | new (UniqueID id, int behaviorInstanceIndex, Block ablock) |
| Create request.
|
|
Request | new (UniqueID id, int behaviorInstanceIndex, Block ablock, bool allowFail) |
| Create request.
|
|
◆ getAllowFail()
bool Dragengine.Utils.ElementResolver.Request.getAllowFail |
( |
| ) |
|
Resolving is allowed to fail.
- Version
- 1.24
If failed block is called with null instead of throwing an exception.
◆ getBlock()
Block Dragengine.Utils.ElementResolver.Request.getBlock |
( |
| ) |
|
Block to call with resolved element.
◆ new() [1/2]
Request Dragengine.Utils.ElementResolver.Request.new |
( |
UniqueID |
id, |
|
|
int |
behaviorInstanceIndex, |
|
|
Block |
ablock |
|
) |
| |
◆ new() [2/2]
Request Dragengine.Utils.ElementResolver.Request.new |
( |
UniqueID |
id, |
|
|
int |
behaviorInstanceIndex, |
|
|
Block |
ablock, |
|
|
bool |
allowFail |
|
) |
| |
Create request.
- Version
- 1.24
◆ pAllowFail
bool Dragengine.Utils.ElementResolver.Request.pAllowFail |
◆ pBehaviorInstanceIndex
int Dragengine.Utils.ElementResolver.Request.pBehaviorInstanceIndex |
◆ pBlock
Block Dragengine.Utils.ElementResolver.Request.pBlock |
◆ pID
UniqueID Dragengine.Utils.ElementResolver.Request.pID |
The documentation for this class was generated from the following file: