Purpose (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Camoy
No edit summary
>Legend26
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
<onlyinclude>{{Property
<onlyinclude>{{Property
|name                = Purpose
|name                = Purpose
|property            = [[Enum]] ''purpose''
|property            = [[DialogPurpose (Enum)|DialogPurpose]] ''purpose''
|description          = Sets the icon in the NPC's speech bubble.
|description          = Sets the icon in the NPC's speech bubble.
|object              = Dialog
|object              = Dialog
Line 9: Line 9:


{{clear floats}}
{{clear floats}}
{| class="wikitable" width=100% border="1" cellspacing="0" cellpadding="4" style="background-color: #fdd; border: 1px solid #f00;"
|+ <big>The DialogPurpose [[Enum]] holds 3 values.</big>
|-
| bgcolor="#AB5454"|<span style="color:white">'''Enum'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Name'''</span>
| bgcolor="#AB5454"|<span style="color:white">'''Description'''</span>
|-
|0
|Quest
|Sets the symbol inside the speech bubble to an exclamation mark "!"
|-
|1
|Help
|Sets the symbol inside the speech bubble to a question mark "?"
|-
|2
|Shop
|Sets the symbol inside the speech bubble to a dollar sign "$"
|-
|}


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 22:29, 23 December 2011

Purpose
Property DialogPurpose purpose
Description Sets the icon in the NPC's speech bubble.
Member of Dialog