9#ifndef fsCActorPathComponenthdr
10#define fsCActorPathComponenthdr
39 std::unique_ptr<fsCActorPath> mPath;
static const fsCUniqueId mTypeId
Definition fsCActorPathComponent.h:24
friend class fsCComponentFactory
Definition fsCActorPathComponent.h:20
fsCActorPathComponent(fsCEntity *pParent)
Definition fsCActorPathComponent.cpp:27
virtual ~fsCActorPathComponent()
Definition fsCActorPathComponent.cpp:33
void updateDo(fsS32 pDeltaMs) override
Definition fsCActorPathComponent.cpp:9
static fsIComponent * create(fsCEntity *pParent)
Definition fsCActorPathComponent.cpp:22
void pathInitialise(const fsCResourceName &pPathFile)
Definition fsCActorPathComponent.cpp:16
Definition fsCActorPath.h:24
Definition fsCEntity.h:39
Definition fsCResourceName.h:32
Definition fsCUniqueId.h:21
fsIActorMovementComponent(fsCEntity *pParent)
Definition fsIActorMovementComponent.cpp:31
fsIComponent(fsCEntity *pParent)
Definition fsIComponent.cpp:86
int fsS32
Definition fsBaseTypes.h:20