-
Notifications
You must be signed in to change notification settings - Fork 2
screen
File: plugins/dev/mdmaker.rpy
- rdsa_tools_md()
File: plugins/dev/screen.rpy
- ramen_dev_screen()
- rds_win(obj,obj_type)
- rds_getasset(obj_type,obj)
- rds_dictparam(asset)
- rds_side(obj_type)
- rds_obj_child(obj_type)
- rds_topbar(title)
File: plugins/hud/ingame-hud.rpy
- hud()
- hud_shade()
- hud_cash()
- hud_time()
- hud_bar()
File: plugins/hud/inventory-screen.rpy
- inventory_ui(inv, size=(880,480),align=(0.5,0.5))
- inventory_hbox(what,value)
- inventory_detail(inv, item, size, align)
- inventory_grid(inv,size,align)
File: plugins/hud/shortcut.rpy
- action_shortcut(shortcuts)
- shortcut(text,action,icon)
File: theme/element/about.rpy
- about()
File: theme/element/choice.rpy
- choice(items)
File: theme/element/common.rpy
- tooltip(msg, adjust=(0, 0))
- skip_indicator()
File: theme/element/confirm.rpy
- confirm1(message, yes_action, no_action)
File: theme/element/files.rpy
- save()
- load()
- file_slots(title)
File: theme/element/game-menu.rpy
- game_menu(title, scroll=None, yinitial=0.0)
File: theme/element/help.rpy
- help()
- keyboard_help()
- mouse_help()
- gamepad_help()
File: theme/element/history.rpy
- 2history()
- history()
File: theme/element/input.rpy
- input(prompt)
File: theme/element/main-menu.rpy
- main_menu()
File: theme/element/mobile.rpy
- quick_menu()
File: theme/element/modals.rpy
- modal(screenname, **kwargs)
- modal_display(**kwargs)
- modal_input(**kwargs)
- modal_test()
- confirm(message, yes_action, no_action)
File: theme/element/navigation.rpy
- navigation_hbox(text, action, icon=None)
- navigation()
File: theme/element/notify.rpy
- notify_ico(message, icon='alert')
- notify(message)
File: theme/element/nvl.rpy
- nvl(dialogue, items=None)
- nvl_dialogue(dialogue)
File: theme/element/preferences.rpy
- preferences()
File: theme/element/quickmenu.rpy
- quick_menu()
- quick_menubar()
File: theme/element/say.rpy
- say(who, what)
(*) Generated by ramen_documentation with developer options enable
Refs: Non-Class Function | Init Level | Labels