![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Public Member Functions | |
| void | ncSchedule (void) |
| nonvirtual ncSchedule | CreateSchedule (ncActor targetActor, string scheduleDecl) |
| Creates a schedule for an NPC and returns it. | |
| nonvirtual void | SetTarget (ncEntity target) |
| nonvirtual ncEntity | GetTarget (void) |
| nonvirtual void | Think (void) |
| nonvirtual bool | ProgressOnMovement (void) |
| nonvirtual void | SetFailSchedule (string) |
| void ncSchedule::ncSchedule | ( | void | ) |
| ncSchedule ncSchedule::CreateSchedule | ( | ncActor | targetActor, |
| string | scheduleDecl ) |
Creates a schedule for an NPC and returns it.
| ncEntity ncSchedule::GetTarget | ( | void | ) |
| bool ncSchedule::ProgressOnMovement | ( | void | ) |
| void ncSchedule::SetFailSchedule | ( | string | failSchedule | ) |
| void ncSchedule::SetTarget | ( | ncEntity | target | ) |
| void ncSchedule::Think | ( | void | ) |