Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

simulation
Class CEventPrepareOrder

IJSObject
   |
   +--CJSObject
         |
         +--CScriptEvent
               |
               +--CEventPrepareOrder

   in EventHandlers.h
   in EventHandlers.cpp

class CEventPrepareOrder
extends CScriptEvent


Field Summary
 int m_action
          
 CStrW m_name
          
 CEntity* m_notifySource
          
 int m_notifyType
          
 int m_orderType
          
 CEntity* m_target
          
   
Fields inherited from class CScriptEvent
m_Target, m_CurrentTarget, m_Cancelable, m_Blockable, m_Timestamp, m_Type, m_TypeCode, m_Cancelled, m_Blocked
   
Fields inherited from class CJSObject
m_NativeProperties, m_NonsharedProperties, m_ScriptProperties, m_EngineOwned, JSI_class
 
Constructor Summary
CEventPrepareOrder( CEntity* target, int orderType, int action, const CStrW& name )
          
   
Methods inherited from class CScriptEvent
ScriptingInit, PreventDefault, StopPropagation, ToString
   
Methods inherited from class CJSObject
ScriptingInit, ScriptingShutdown, GetProperty, SetProperty, HasProperty, AddProperty, AddProperty, AddProperty, AddMethod, AddProperty, AddLocalProperty, GetScript, CreateScriptObject, ReleaseScriptObject, Shutdown
   
Methods inherited from class IJSObject
HasProperty, GetProperty, AddProperty, AddProperty
 

Field Detail

m_action

public int m_action;

m_name

public CStrW m_name;

m_notifySource

public CEntity* m_notifySource;

m_notifyType

public int m_notifyType;

m_orderType

public int m_orderType;

m_target

public CEntity* m_target;


Constructor Detail

CEventPrepareOrder

public CEventPrepareOrder( CEntity* target, int orderType, int action, const CStrW& name );

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:13
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD