Isle
Loading...
Searching...
No Matches
LegoPathController::CtrlEdge Struct Reference

[AI] Helper structure pairing controllers with edge references for global or fast access. More...

#include <legopathcontroller.h>

Collaboration diagram for LegoPathController::CtrlEdge:

Public Member Functions

 CtrlEdge ()
 [AI] Initializes structure by nullifying pointers. More...
 

Public Attributes

LegoPathControllerm_controller
 [AI] Pointer to owning path controller. [AI] More...
 
LegoUnknown100db7f4m_edge
 [AI] Reference to a specific edge, typically a segment connector or trigger. [AI] More...
 

Detailed Description

[AI] Helper structure pairing controllers with edge references for global or fast access.

[AI]

Definition at line 71 of file legopathcontroller.h.

Constructor & Destructor Documentation

◆ CtrlEdge()

LegoPathController::CtrlEdge::CtrlEdge ( )
inline

[AI] Initializes structure by nullifying pointers.

[AI]

Definition at line 75 of file legopathcontroller.h.

Member Data Documentation

◆ m_controller

LegoPathController* LegoPathController::CtrlEdge::m_controller

[AI] Pointer to owning path controller. [AI]

Definition at line 81 of file legopathcontroller.h.

◆ m_edge

LegoUnknown100db7f4* LegoPathController::CtrlEdge::m_edge

[AI] Reference to a specific edge, typically a segment connector or trigger. [AI]

Definition at line 82 of file legopathcontroller.h.


The documentation for this struct was generated from the following file: