<?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=Role.TitleForFemale</id>
	<title>Role.TitleForFemale - 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=Role.TitleForFemale"/>
	<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Role.TitleForFemale&amp;action=history"/>
	<updated>2026-05-12T22:57: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=Role.TitleForFemale&amp;diff=987&amp;oldid=prev</id>
		<title>Tayfunwiki: Created page with &quot;=== Role Class - &lt;code&gt;TitleForFemale&lt;/code&gt; Property ===  ==== Overview ==== The &lt;code&gt;TitleForFemale&lt;/code&gt; property in the Role class is used to define specific titles for female actors holding a particular role.  ==== Syntax ==== &lt;syntaxhighlight lang=&quot;c#&quot;&gt; [field: SerializeField] public string TitleForFemale { get; private set; } &lt;/syntaxhighlight&gt;  ==== Description ==== This property assigns gender-specific titles to roles, particularly useful in contexts where tit...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Role.TitleForFemale&amp;diff=987&amp;oldid=prev"/>
		<updated>2024-01-05T15:26:11Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=== Role Class - &amp;lt;code&amp;gt;TitleForFemale&amp;lt;/code&amp;gt; Property ===  ==== Overview ==== The &amp;lt;code&amp;gt;TitleForFemale&amp;lt;/code&amp;gt; property in the Role class is used to define specific titles for female actors holding a particular role.  ==== Syntax ==== &amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt; [field: SerializeField] public string TitleForFemale { get; private set; } &amp;lt;/syntaxhighlight&amp;gt;  ==== Description ==== This property assigns gender-specific titles to roles, particularly useful in contexts where tit...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Role Class - &amp;lt;code&amp;gt;TitleForFemale&amp;lt;/code&amp;gt; Property ===&lt;br /&gt;
&lt;br /&gt;
==== Overview ====&lt;br /&gt;
The &amp;lt;code&amp;gt;TitleForFemale&amp;lt;/code&amp;gt; property in the Role class is used to define specific titles for female actors holding a particular role.&lt;br /&gt;
&lt;br /&gt;
==== Syntax ====&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
[field: SerializeField] public string TitleForFemale { get; private set; }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
This property assigns gender-specific titles to roles, particularly useful in contexts where titles are gendered. For instance, a female actor in a &amp;quot;Leader&amp;quot; role may have the title &amp;quot;Queen.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;code&amp;gt;TitleForFemale&amp;lt;/code&amp;gt; is crucial in games or simulations where gender-specific titles enhance the realism and narrative.&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 RoleTitleDisplay : MonoBehaviour {&lt;br /&gt;
    void Start() {&lt;br /&gt;
        // Access a specific role, like &amp;quot;Leader&amp;quot;&lt;br /&gt;
        var leaderRole = IM.GetRole(&amp;quot;Leader&amp;quot;);&lt;br /&gt;
&lt;br /&gt;
        if (leaderRole != null) {&lt;br /&gt;
            // Display the female-specific title for the &amp;quot;Leader&amp;quot; role&lt;br /&gt;
            Debug.Log($&amp;quot;Title for Female Leader: {leaderRole.TitleForFemale}&amp;quot;);&lt;br /&gt;
        }&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;
* This property is significant for narrative accuracy and for settings where gender distinctions in titles are relevant.&lt;br /&gt;
* It's a key feature for user interfaces and storylines where the correct assignment of titles based on gender is crucial.&lt;/div&gt;</summary>
		<author><name>Tayfunwiki</name></author>
	</entry>
</feed>