<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.larian.game/index.php?action=history&amp;feed=atom&amp;title=Osiris%2FAPI%2FObjectFlagCleared</id>
	<title>Osiris/API/ObjectFlagCleared - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.larian.game/index.php?action=history&amp;feed=atom&amp;title=Osiris%2FAPI%2FObjectFlagCleared"/>
	<link rel="alternate" type="text/html" href="https://docs.larian.game/index.php?title=Osiris/API/ObjectFlagCleared&amp;action=history"/>
	<updated>2026-05-13T00:20:24Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://docs.larian.game/index.php?title=Osiris/API/ObjectFlagCleared&amp;diff=6647&amp;oldid=prev</id>
		<title>Tinkerer: Documented ObjectFlagCleared</title>
		<link rel="alternate" type="text/html" href="https://docs.larian.game/index.php?title=Osiris/API/ObjectFlagCleared&amp;diff=6647&amp;oldid=prev"/>
		<updated>2019-07-17T06:47:06Z</updated>

		<summary type="html">&lt;p&gt;Documented ObjectFlagCleared&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===== Full Definition(s) =====&lt;br /&gt;
* event '''ObjectFlagCleared'''(''(STRING)'''''_FlagName''', (GUIDSTRING)_Speaker, (INTEGER)_DialogInstance)&lt;br /&gt;
===== Description =====&lt;br /&gt;
This event is raised when an object flag gets cleared/unset from Osiris, a behaviour script or a dialog.&lt;br /&gt;
===== Parameters =====&lt;br /&gt;
* '''_FlagName''': The flag that has been cleared. &lt;br /&gt;
* '''_Speaker''': The object from which the (character) flag was cleared.&lt;br /&gt;
* '''_DialogInstance''': If the flag was cleared using a dialog node, '''_DialogInstance''' contains the dialog's instance ID. If the flag was set from story, '''_DialogInstance''' will contain whatever was passed as last parameter to [[Osiris/API/ObjectClearFlag|ObjectClearFlag]]. If the flag was cleared from behaviour script, '''DialogInstance''' will be zero.&lt;br /&gt;
===== Notes =====&lt;br /&gt;
* If you clear an object flag that was not set in the first place (or that was previously already unset), this event will not be raised.&lt;br /&gt;
===== See Also =====&lt;br /&gt;
* [[Osiris/API/ObjectClearFlag|ObjectClearFlag]]&lt;br /&gt;
* [[Osiris/API/ObjectFlagSet|ObjectFlagSet]]&lt;br /&gt;
* [[Osiris/API/ObjectGetFlag|ObjectGetFlag]]&lt;br /&gt;
* [[Osiris/API/ObjectSetFlag|ObjectSetFlag]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Osiris Events|ObjectFlagCleared]]&lt;/div&gt;</summary>
		<author><name>Tinkerer</name></author>
	</entry>
</feed>