<?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.SetEmblem</id>
	<title>Family.SetEmblem - 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.SetEmblem"/>
	<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Family.SetEmblem&amp;action=history"/>
	<updated>2026-05-12T22:57:49Z</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.SetEmblem&amp;diff=957&amp;oldid=prev</id>
		<title>Tayfunwiki: Created page with &quot;== &lt;code&gt;SetEmblem&lt;/code&gt; Method in Family Class ==  === Overview === The &lt;code&gt;SetEmblem&lt;/code&gt; method in the Family class allows for updating the emblem of a family. This is important in games where visual symbols such as crests or emblems are used to represent family identity and heritage.  === Syntax === &lt;syntaxhighlight lang=&quot;c#&quot;&gt; public void SetEmblem(Sprite emblem) &lt;/syntaxhighlight&gt;  === Parameters ===  * &lt;code&gt;emblem&lt;/code&gt;: The new &lt;code&gt;Sprite&lt;/code&gt; object to...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.wlabsocks.com/wiki/index.php?title=Family.SetEmblem&amp;diff=957&amp;oldid=prev"/>
		<updated>2024-01-05T02:45:53Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== &amp;lt;code&amp;gt;SetEmblem&amp;lt;/code&amp;gt; Method in Family Class ==  === Overview === The &amp;lt;code&amp;gt;SetEmblem&amp;lt;/code&amp;gt; method in the Family class allows for updating the emblem of a family. This is important in games where visual symbols such as crests or emblems are used to represent family identity and heritage.  === Syntax === &amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt; public void SetEmblem(Sprite emblem) &amp;lt;/syntaxhighlight&amp;gt;  === Parameters ===  * &amp;lt;code&amp;gt;emblem&amp;lt;/code&amp;gt;: The new &amp;lt;code&amp;gt;Sprite&amp;lt;/code&amp;gt; object to...&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;SetEmblem&amp;lt;/code&amp;gt; Method in Family Class ==&lt;br /&gt;
&lt;br /&gt;
=== Overview ===&lt;br /&gt;
The &amp;lt;code&amp;gt;SetEmblem&amp;lt;/code&amp;gt; method in the Family class allows for updating the emblem of a family. This is important in games where visual symbols such as crests or emblems are used to represent family identity and heritage.&lt;br /&gt;
&lt;br /&gt;
=== Syntax ===&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;c#&amp;quot;&amp;gt;&lt;br /&gt;
public void SetEmblem(Sprite emblem)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;emblem&amp;lt;/code&amp;gt;: The new &amp;lt;code&amp;gt;Sprite&amp;lt;/code&amp;gt; object to be set as the family's emblem.&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
This method is used to change the emblem of a family, which can be pivotal in games emphasizing heraldry, family alliances, and status. It's relevant in role-playing games, strategy games, or simulations where family identity is visually represented and plays a role in gameplay dynamics.&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 FamilyEmblemChanger : MonoBehaviour {&lt;br /&gt;
    public Sprite newEmblem;&lt;br /&gt;
&lt;br /&gt;
    void ChangeFamilyEmblem() {&lt;br /&gt;
        Family playerFamily = IM.Player.Family;&lt;br /&gt;
        if (playerFamily != null &amp;amp;&amp;amp; newEmblem != null) {&lt;br /&gt;
            playerFamily.SetEmblem(newEmblem);&lt;br /&gt;
            Debug.Log(&amp;quot;Family emblem updated.&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 demonstrates changing a family's emblem to a new sprite (&amp;lt;code&amp;gt;newEmblem&amp;lt;/code&amp;gt;).&lt;br /&gt;
* The script updates the emblem and logs a confirmation message.&lt;br /&gt;
&lt;br /&gt;
=== Remarks ===&lt;br /&gt;
&lt;br /&gt;
* Changing a family's emblem can have storytelling and gameplay implications, especially in narrative-driven games.&lt;br /&gt;
* It's important to ensure the new emblem is consistent with the game's thematic elements and lore.&lt;/div&gt;</summary>
		<author><name>Tayfunwiki</name></author>
	</entry>
</feed>