Index of v
letters can change the world, remove the l from world and you have word
- valentines_handler.c.
- valid_application(string, string); /obj/handlers/applications_handler.c
This method checks to see if the application is valid or not.
- valid_birthday(object, object); /obj/handlers/options_handler.c
- valid_entry(string, string); /obj/handlers/blue_ring_handler.c
- valid_folder_name(string); /obj/handlers/mail_handler.c
This determines if a certain string is valid as a name of a folder.
- valid_high_priest(string); /obj/handlers/deity_handler.c
This method checks to see if the high priest is valid.
- valid_operation(string, string, string, string); /obj/handlers/project_management.c
- valid_playtester(string); /obj/handlers/playtesters.c
This method determins if they are a valid playtester or not.
- valid_priest(string); /obj/handlers/deity_handler.c
This method checks to see if the priest is valid.
- valid_worshipper(string); /obj/handlers/deity_handler.c
This method checks to see if the worshipper is valid.
- validate_html(string); /obj/handlers/newspaper.c
- value_from_string(string, string); /obj/handlers/money_handler.c
This method attempts to find a money value from a string.
- variable_item(item_id, item_id, item_id); /std/room/basic_room.c
- verify_data(); /obj/handlers/secure_handlers/inhume_inherit.wtf
- verse(int); /obj/handlers/hedgehog_handler.c
- vertical_direction(int *, int *); /obj/handlers/direction_handler.c
A basic function to show if the target is up or down from the start
position.
- vhandler.c.
- view_jobs(); /obj/handlers/cron_handler.c
- vote_for_discussion_item(string, string, string, string); /obj/handlers/inherit/club_discuss.c
This method sets up the discussion item as being voted by the
person specified.
- vote_for_motion(string, string, string, string); /obj/handlers/inherit/player_council.c
This method votes for the specified ammentment/whatever.
- vote_for_people(string, string, string); /obj/handlers/inherit/citizen_elections.c
This method votes for a specified person in the area.
- vote_for_person(string, string, string, string); /obj/handlers/inherit/club_elected.c
This method sets up a vote for a specific person for a position.