All Data Structures Files Functions Variables Enumerations Enumerator Properties Defines
Public Member Functions | Protected Attributes | Properties
Route Class Reference

#import <Route.h>

Public Member Functions

(void) - addState:withAction:
(CCArray *) - getNodes

Protected Attributes

CCArray * nodes

Properties

BOOL survived

Detailed Description

Definition at line 15 of file Route.h.


Member Function Documentation

- (void) addState: (State*)  _state
withAction: (Action _action 

Adds a state to the nodes array

Parameters:
stateto add

Definition at line 53 of file Route.m.

- (CCArray *) getNodes

Returns the list of nodes

Returns:
the nodes

Definition at line 63 of file Route.m.


Field Documentation

- (CCArray*) nodes [protected]

Definition at line 18 of file Route.h.


Property Documentation

- (BOOL) survived [read, write, assign]

Definition at line 19 of file Route.h.


The documentation for this class was generated from the following files: