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. More... | |
nonvirtual void | SetTarget (ncEntity target) |
nonvirtual ncEntity | GetTarget (void) |
nonvirtual void | Think (void) |
void ncSchedule::ncSchedule | ( | void | ) |
ncSchedule ncSchedule::CreateSchedule | ( | ncActor | targetActor, |
string | scheduleDecl | ||
) |
Creates a schedule for an NPC and returns it.
ncEntity ncSchedule::GetTarget | ( | void | ) |
void ncSchedule::SetTarget | ( | ncEntity | target | ) |
void ncSchedule::Think | ( | void | ) |