コード例 #1
0
ファイル: miscextensions.cpp プロジェクト: UIKit0/openmw
 virtual void execute (Interpreter::Runtime& runtime)
 {
     MWBase::World *world = MWBase::Environment::get().getWorld();
     world->enableTeleporting(Enable);
 }