<?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=Family.FamilyName</id>
	<title>Family.FamilyName - 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=Family.FamilyName"/>
	<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Family.FamilyName&amp;action=history"/>
	<updated>2026-05-12T22:58:32Z</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=Family.FamilyName&amp;diff=943&amp;oldid=prev</id>
		<title>Tayfunwiki: Created page with &quot;== &lt;code&gt;FamilyName&lt;/code&gt; Property in Family Class ==  === Overview === The &lt;code&gt;FamilyName&lt;/code&gt; property in the Family class provides the name of a family, which is crucial for identifying and differentiating various families within a game, especially in narratives and game mechanics that emphasize family histories, alliances, and rivalries.  === Property Definition === &lt;syntaxhighlight lang=&quot;c#&quot;&gt; public string FamilyName { get; private set; } &lt;/syntaxhighlight&gt;  ==...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Family.FamilyName&amp;diff=943&amp;oldid=prev"/>
		<updated>2024-01-05T02:16:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== &amp;lt;code&amp;gt;FamilyName&amp;lt;/code&amp;gt; Property in Family Class ==  === Overview === The &amp;lt;code&amp;gt;FamilyName&amp;lt;/code&amp;gt; property in the Family class provides the name of a family, which is crucial for identifying and differentiating various families within a game, especially in narratives and game mechanics that emphasize family histories, alliances, and rivalries.  === Property Definition === &amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt; public string FamilyName { get; private set; } &amp;lt;/syntaxhighlight&amp;gt;  ==...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== &amp;lt;code&amp;gt;FamilyName&amp;lt;/code&amp;gt; Property in Family Class ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
The &amp;lt;code&amp;gt;FamilyName&amp;lt;/code&amp;gt; property in the Family class provides the name of a family, which is crucial for identifying and differentiating various families within a game, especially in narratives and game mechanics that emphasize family histories, alliances, and rivalries.&lt;br /&gt;
&lt;br /&gt;
=== Property Definition ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public string FamilyName { get; private set; }&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Description ===&lt;br /&gt;
&lt;br /&gt;
* Property Type: &amp;lt;code&amp;gt;string&amp;lt;/code&amp;gt;&lt;br /&gt;
* Access: Read-only&lt;br /&gt;
* Functionality: Retrieves the name of the family, which represents the family's identity within the game world.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
This property is essential in games where family lineages and relationships are integral to the story or gameplay. It helps in tracking family-related events, decisions, and dynamics, and is key in scenarios involving family interactions, inheritances, or conflicts.&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 FamilyInfoDisplay : MonoBehaviour {&lt;br /&gt;
    void Start() {&lt;br /&gt;
        Family playerFamily = IM.Player.Family;&lt;br /&gt;
        if (playerFamily != null) {&lt;br /&gt;
            Debug.Log($&amp;quot;Player's family name: {playerFamily.FamilyName}&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;
==== Description ====&lt;br /&gt;
&lt;br /&gt;
* This example shows how to access and display the player's family name in the console.&lt;br /&gt;
* Knowing the &amp;lt;code&amp;gt;FamilyName&amp;lt;/code&amp;gt; can be important for narrative contexts, quests, or interactions that involve the player's family.&lt;br /&gt;
&lt;br /&gt;
=== Remarks ===&lt;br /&gt;
&lt;br /&gt;
* The &amp;lt;code&amp;gt;FamilyName&amp;lt;/code&amp;gt; property is vital for building a rich narrative and creating a sense of belonging and identity for the player within the game's world.&lt;br /&gt;
* It allows for storytelling elements that revolve around family legacies, honors, and disputes.&lt;/div&gt;</summary>
		<author><name>Tayfunwiki</name></author>
	</entry>
</feed>