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

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=== Role Class - &amp;lt;code&amp;gt;TitleForMale&amp;lt;/code&amp;gt; Property ===  ==== Overview ==== The &amp;lt;code&amp;gt;TitleForMale&amp;lt;/code&amp;gt; property in the Role class specifies the title assigned to male actors for a given role.  ==== Syntax ==== &amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt; [field: SerializeField] public string TitleForMale { get; private set; } &amp;lt;/syntaxhighlight&amp;gt;  ==== Description ==== This property is used to define gender-specific titles for roles. It is particularly relevant in settings where titles...&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;TitleForMale&amp;lt;/code&amp;gt; Property ===&lt;br /&gt;
&lt;br /&gt;
==== Overview ====&lt;br /&gt;
The &amp;lt;code&amp;gt;TitleForMale&amp;lt;/code&amp;gt; property in the Role class specifies the title assigned to male actors for a given 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 TitleForMale { get; private set; }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Description ====&lt;br /&gt;
This property is used to define gender-specific titles for roles. It is particularly relevant in settings where titles vary based on the gender of the character holding the role.&lt;br /&gt;
&lt;br /&gt;
==== Usage ====&lt;br /&gt;
&amp;lt;code&amp;gt;TitleForMale&amp;lt;/code&amp;gt; is essential for games with gender-specific role naming, ensuring accurate and contextually appropriate title assignment.&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 RoleDisplay : MonoBehaviour {&lt;br /&gt;
    void Start() {&lt;br /&gt;
        // Retrieve a specific role, for instance, &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;
            // Output the male-specific title for the &amp;quot;Leader&amp;quot; role&lt;br /&gt;
            Debug.Log($&amp;quot;Title for Male Leader: {leaderRole.TitleForMale}&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 enhances realism and immersion in games by providing gender-appropriate role titles.&lt;br /&gt;
* It's important for narratives and user interfaces where the distinction between male and female titles is significant.&lt;/div&gt;</summary>
		<author><name>Tayfunwiki</name></author>
	</entry>
</feed>