Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
GameObjectAI.cpp
Go to the documentation of this file.
1/*
2* This file is part of Project SkyFire https://www.projectskyfire.org.
3* See LICENSE.md file for Copyright information
4*/
5
6#include "GameObjectAI.h"
7
8//GameObjectAI::GameObjectAI(GameObject* g) : go(g) { }
10{
11 if (go->GetAIName() == "GameObjectAI")
13 return PERMIT_BASE_NO;
14}
15
@ PERMIT_BASE_SPECIAL
Definition CreatureAI.h:185
@ PERMIT_BASE_NO
Definition CreatureAI.h:180
GameObject *const go
GameObjectAI(GameObject *g)
static int Permissible(GameObject const *go)
NullGameObjectAI(GameObject *g)