(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:
rubidium
2009-02-12 22:25:53 +00:00
parent 3314ef39d2
commit dea3490b2f
46 changed files with 388 additions and 488 deletions

View File

@@ -17,7 +17,5 @@ void SQAISubsidyList_Register(Squirrel *engine) {
SQAISubsidyList.PreRegister(engine, "AIAbstractList");
SQAISubsidyList.AddConstructor<void (AISubsidyList::*)(), 1>(engine, "x");
SQAISubsidyList.DefSQStaticMethod(engine, &AISubsidyList::GetClassName, "GetClassName", 1, "x");
SQAISubsidyList.PostRegister(engine);
}