<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.wlabsocks.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Title</id>
	<title>Title - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.wlabsocks.com/wiki/index.php?action=history&amp;feed=atom&amp;title=Title"/>
	<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Title&amp;action=history"/>
	<updated>2026-05-12T23:27:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>http://www.wlabsocks.com/wiki/index.php?title=Title&amp;diff=1003&amp;oldid=prev</id>
		<title>Tayfunwiki: Created page with &quot;=== Actor Class - &lt;code&gt;Title&lt;/code&gt; Property ===  ==== Overview ==== The &lt;code&gt;Title&lt;/code&gt; property in the Actor class provides the title of an actor based on their assigned role and gender.  ==== Description ==== This property dynamically determines the appropriate title for an actor, taking into account their role within the game and their gender. For instance, if an actor's role is &quot;Leader,&quot; and their gender is male, the title would be &quot;King,&quot; and for a female actor...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Title&amp;diff=1003&amp;oldid=prev"/>
		<updated>2024-01-05T16:10:47Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=== Actor Class - &amp;lt;code&amp;gt;Title&amp;lt;/code&amp;gt; Property ===  ==== Overview ==== The &amp;lt;code&amp;gt;Title&amp;lt;/code&amp;gt; property in the Actor class provides the title of an actor based on their assigned role and gender.  ==== Description ==== This property dynamically determines the appropriate title for an actor, taking into account their role within the game and their gender. For instance, if an actor&amp;#039;s role is &amp;quot;Leader,&amp;quot; and their gender is male, the title would be &amp;quot;King,&amp;quot; and for a female actor...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Actor Class - &amp;lt;code&amp;gt;Title&amp;lt;/code&amp;gt; Property ===&lt;br /&gt;
&lt;br /&gt;
==== Overview ====&lt;br /&gt;
The &amp;lt;code&amp;gt;Title&amp;lt;/code&amp;gt; property in the Actor class provides the title of an actor based on their assigned role and gender.&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
This property dynamically determines the appropriate title for an actor, taking into account their role within the game and their gender. For instance, if an actor's role is &amp;quot;Leader,&amp;quot; and their gender is male, the title would be &amp;quot;King,&amp;quot; and for a female actor, it would be &amp;quot;Queen.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Example of Usage ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public class ActorTitleDisplay : MonoBehaviour {&lt;br /&gt;
    void DisplayActorTitle() {&lt;br /&gt;
        // Access the player actor&lt;br /&gt;
        var playerActor = IM.Player;&lt;br /&gt;
&lt;br /&gt;
        // Retrieve and display the title of the player actor&lt;br /&gt;
        Debug.Log($&amp;quot;Player's title: {playerActor.Title}&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Remarks ====&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;code&amp;gt;Title&amp;lt;/code&amp;gt; property is especially useful in games with a hierarchical or role-based structure, where actors' titles may impact gameplay or narrative elements.&lt;br /&gt;
* It's important for this property to be used in conjunction with well-defined roles and gender settings within the game to ensure consistent and meaningful title assignments.&lt;/div&gt;</summary>
		<author><name>Tayfunwiki</name></author>
	</entry>
</feed>