Common Language #142

Parent #126Owner #36Flags Source QuestCore.db

Aliases: Common Language

1 verbs · 16 properties · 0 children

Verbs

VerbSpecFlagsDefinerLines
init_for_corethis none thisrxd#1425

Properties

PropertyDefinerFlagsOwnerValue
characters#126rc#36""
lang_name#126rc#36"Common"
unknown_lang_desc#126rc#36"the common tongue"
unknown_level#126rc#36<clear>
learning_speeds#126rc#36<clear>
value_base#102r#2<clear>
damage_base#102r#2<clear>
x_loc#102r#36<clear>
y_loc#102r#36<clear>
ansi_title#102r#36<clear>
obvious#102r#36<clear>
build_help#102rc#36<clear>
key#1c#360
aliases#1rc#36{"Common Language"}
description#1rc#36<clear>
object_size#1r#36{883, -1090650497}

Ancestry

Ancestors (nearest first): #126 Generic Language#102 subthing#1 Root Class

Children: none

Call graph

calls n142_0 #142:init_for_core n102_1 #102:init_for_core n142_0->n102_1

Source

init_for_core

Spec this none thisFlags rxdOwner #2Definer #142

Referenced by

none

Source

1if (caller_perms().wizard)
2this.characters = "";
3this.lang_name = "common";
4return pass(@args);
5endif