Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-09-12 06:15:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2008-09-12 06:15:16 +0400
commit0dea748e01dab697d2f8ac245bbd5e925cd732ce (patch)
tree4699d5a262f3ff2a78643fd35243f0225b9397b3 /source/gameengine/Ketsji/KX_GameActuator.h
parent75841bc97f82836e7af5524b79220b984da3b4f8 (diff)
save and load configuration actuator, (option in game actuator menu)
saves a marshal'd GameLogic.globalDict to the blendfile path with the blend extension replaced with bgeconf Use this in YoFrankie to save keyboard layout and graphics quality settings.
Diffstat (limited to 'source/gameengine/Ketsji/KX_GameActuator.h')
-rw-r--r--source/gameengine/Ketsji/KX_GameActuator.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/gameengine/Ketsji/KX_GameActuator.h b/source/gameengine/Ketsji/KX_GameActuator.h
index 8565dc46caa..bb3448995dc 100644
--- a/source/gameengine/Ketsji/KX_GameActuator.h
+++ b/source/gameengine/Ketsji/KX_GameActuator.h
@@ -54,6 +54,8 @@ protected:
KX_GAME_START,
KX_GAME_RESTART,
KX_GAME_QUIT,
+ KX_GAME_SAVECFG,
+ KX_GAME_LOADCFG,
KX_GAME_MAX
};