(svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope for static functions and limit exposure of the internal function GetClassName.
This commit is contained in:
@@ -17,7 +17,5 @@ void SQAIEngineList_Register(Squirrel *engine) {
|
||||
SQAIEngineList.PreRegister(engine, "AIAbstractList");
|
||||
SQAIEngineList.AddConstructor<void (AIEngineList::*)(AIVehicle::VehicleType vehicle_type), 2>(engine, "xi");
|
||||
|
||||
SQAIEngineList.DefSQStaticMethod(engine, &AIEngineList::GetClassName, "GetClassName", 1, "x");
|
||||
|
||||
SQAIEngineList.PostRegister(engine);
|
||||
}
|
||||
|
Reference in New Issue
Block a user