Crossfire Server, Trunk
|
Variables | |
args = params.split() | |
key | |
names = nobledata.get_keys() | |
nobledata = CFDataFile.CFData('scorn_nobility', ['rank', 'title']) | |
params = Crossfire.ScriptParameters() | |
player = Crossfire.WhoIsActivator() | |
int | playercount = 0 |
string | prefix = "" |
string | rankname = "Prince" |
record = nobledata.get_record(noble) | |
string | suffix = "" |
targetrank = int(args[0]) | |
castle_read.args = params.split() |
Definition at line 28 of file castle_read.py.
castle_read.key |
Definition at line 64 of file castle_read.py.
Referenced by add_abilities(), add_key_value(), add_map_assoc(), add_object_assoc(), check_spell_expiry(), create_map_object(), create_player_cmd(), create_quest_object(), find_assoc_pymap(), find_assoc_pyobject(), find_key(), find_map_by_key(), find_region_by_key(), free_map_assoc(), free_object_assoc(), nlohmann::detail::json_sax_dom_callback_parser< BasicJsonType >.key(), key_change_class(), key_confirm_quit(), key_roll_stat(), ResourcesManager.load(), load_map_header(), main(), object_get_key_value(), object_get_value(), object_give_identified_properties(), object_set_value(), object_try_get_value(), object_value_set(), object_value_set_shared(), CREMainWindow.onReportDuplicate(), CREMainWindow.onReportQuests(), CREMainWindow.onReportSummon(), player_attack_door(), price_base(), process_object(), receive_play_again(), replace(), shop_price_buy(), shop_price_sell(), and ArchetypeWrapper.uses().
castle_read.names = nobledata.get_keys() |
Definition at line 63 of file castle_read.py.
castle_read.nobledata = CFDataFile.CFData('scorn_nobility', ['rank', 'title']) |
Definition at line 27 of file castle_read.py.
castle_read.params = Crossfire.ScriptParameters() |
Definition at line 24 of file castle_read.py.
castle_read.player = Crossfire.WhoIsActivator() |
Definition at line 23 of file castle_read.py.
int castle_read.playercount = 0 |
Definition at line 62 of file castle_read.py.
Referenced by command_reset().
string castle_read.prefix = "" |
Definition at line 31 of file castle_read.py.
Referenced by asset_create(), build_filename(), examine(), nlohmann::detail::binary_reader< BasicJsonType, InputAdapterType, SAX >.get_ubjson_value(), output_quests(), quest_info(), set_move(), CREPixmap.setFaceset(), and inja::string_view.starts_with().
string castle_read.rankname = "Prince" |
Definition at line 33 of file castle_read.py.
castle_read.record = nobledata.get_record(noble) |
Definition at line 66 of file castle_read.py.
string castle_read.suffix = "" |
Definition at line 30 of file castle_read.py.
Referenced by apply_anim_suffix(), compute_face_name(), and help_topics().
castle_read.targetrank = int(args[0]) |
Definition at line 29 of file castle_read.py.