﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ASculptorjim%2FGame_Engine%2FLogic%2FActuators%2FGame</id>
	<title>利用者:Sculptorjim/Game Engine/Logic/Actuators/Game - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3ASculptorjim%2FGame_Engine%2FLogic%2FActuators%2FGame"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sculptorjim/Game_Engine/Logic/Actuators/Game&amp;action=history"/>
	<updated>2026-04-25T17:11:23Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sculptorjim/Game_Engine/Logic/Actuators/Game&amp;diff=114207&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sculptorjim/Game_Engine/Logic/Actuators/Game&amp;diff=114207&amp;oldid=prev"/>
		<updated>2018-06-28T19:51:40Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 19:51時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sculptorjim/Game_Engine/Logic/Actuators/Game&amp;diff=114206&amp;oldid=prev</id>
		<title>2012年1月20日 (金) 11:51にwiki&gt;Sculptorjimによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Sculptorjim/Game_Engine/Logic/Actuators/Game&amp;diff=114206&amp;oldid=prev"/>
		<updated>2012-01-20T11:51:50Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.5|Doc:2.5/Manual/Game_Engine/Logic/Actuators/2D_Filters|Doc:2.5/Manual/Game_Engine/Logic/Actuators/Message}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Game Actuator=&lt;br /&gt;
The Game actuator allows the user to perform Game-specific functions, such as Restart Game, Quit Game and Load Game.&lt;br /&gt;
&lt;br /&gt;
See [[User:Sculptorjim/Game Engine/Logic/Actuators/Common_Options|Actuator Common Options]] for common options.&lt;br /&gt;
&lt;br /&gt;
Special Options:&lt;br /&gt;
[[File:2.5_Game_Engine_Actuator_Game.png|thumb|right|271px|Game actuator]]&lt;br /&gt;
[[File:2.5_Game_Engine_Actuator_Game_Options.png|thumb|right|271px|Game]]&lt;br /&gt;
&lt;br /&gt;
;'''Game'''&lt;br /&gt;
;{{Literal|Load bge.logic.globalDict}}&lt;br /&gt;
: Load {{Literal|bge.logic.globalDict}} from .bgeconf.&lt;br /&gt;
;{{Literal|Save bge.logic.globalDict}}&lt;br /&gt;
: Save {{Literal|bge.logic.globalDict}} to .bgeconf.&lt;br /&gt;
;{{Literal|Quit Game}}&lt;br /&gt;
:Once the actuator is activated, the blenderplayer exits the runtime.&lt;br /&gt;
;{{Literal|Restart Game}}&lt;br /&gt;
: Once the actuator is activated, the blenderplayer restarts the game (reloads from file).&lt;br /&gt;
;{{Literal|Start Game From File}}&lt;br /&gt;
: Once the actuator is activated, the blenderplayer starts the .blend file from the path specified.&lt;br /&gt;
&lt;br /&gt;
:{{Literal|File}}&lt;br /&gt;
::Path to the .blend file to load.&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
;'''Notes'''&lt;br /&gt;
If you use the keyboard sensor as a hook for the {{Shortcut|ESC}} key, in the event that the quit game actuator fails, such as an error in a python file, the game will be unable to close. Data may be recovered from quit.blend&lt;br /&gt;
{{Menu|File|Recover Last Session}}&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|Doc:2.5/Manual/Game_Engine/Logic/Actuators/2D_Filters|Doc:2.5/Manual/Game_Engine/Logic/Actuators/Message}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Game engine]]&lt;/div&gt;</summary>
		<author><name>wiki&gt;Sculptorjim</name></author>
		
	</entry>
</feed>