Drag[en]gine Script Module DragonScript 1.32.1
Loading...
Searching...
No Matches
Dragengine.Utils.ElementResolver.Request Class Reference

Resolve request. More...

Inheritance diagram for Dragengine.Utils.ElementResolver.Request:

Public Member Functions

bool getAllowFail ()
 Resolving is allowed to fail.
 
Block getBlock ()
 Block to call with resolved element.
 
Request new (UniqueID id, String behaviorId, Block ablock, bool allowFail)
 Create request.
 

Public Attributes

bool pAllowFail
 
String pBehaviorId
 
Block pBlock
 
UniqueID pID
 

Detailed Description

Resolve request.

Member Function Documentation

◆ 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()

Request Dragengine.Utils.ElementResolver.Request.new ( UniqueID  id,
String  behaviorId,
Block  ablock,
bool  allowFail 
)

Create request.

Version
1.26

Member Data Documentation

◆ pAllowFail

bool Dragengine.Utils.ElementResolver.Request.pAllowFail

◆ pBehaviorId

String Dragengine.Utils.ElementResolver.Request.pBehaviorId

◆ 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: