Skip to content
tacoen edited this page May 17, 2020 · 16 revisions

Screen

mdmaker

File: plugins/dev/mdmaker.rpy

  • rdsa_tools_md()

plugins-index

File: plugins/dev/plugins-index.rpy

  • rdsa_tools_plugins()
  • hbox_line(field,value)

screen

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)

ingame-hud

File: plugins/hud/ingame-hud.rpy

  • hud()
  • hud_cash()
  • hud_time()
  • hud_bar()

inventory-screen

File: plugins/hud/inventory-screen.rpy

  • inventory_storage()
  • inventory_ui(inv, size=(880,480), align=(0.5,0.5), name='inventory_ui')
  • inventory_hbox(what,value)
  • inventory_detail(inv, item, size, align)
  • inventory_grid(inv,size,align)

shortcut

File: plugins/hud/shortcut.rpy

  • action_shortcut(shortcuts)
  • shortcut(text,action,icon)

about

File: theme/element/about.rpy

  • about()

choice

File: theme/element/choice.rpy

  • choice(items)

common

File: theme/element/common.rpy

  • tooltip(msg, adjust=(0, 0))
  • skip_indicator()

confirm

File: theme/element/confirm.rpy

  • confirm1(message, yes_action, no_action)

files

File: theme/element/files.rpy

  • save()
  • load()
  • file_slots(title)

game-menu

File: theme/element/game-menu.rpy

  • game_menu(title, scroll=None, yinitial=0.0)

help

File: theme/element/help.rpy

  • help()
  • keyboard_help()
  • mouse_help()
  • gamepad_help()

history

File: theme/element/history.rpy

  • 2history()
  • history()

input

File: theme/element/input.rpy

  • input(prompt)

main-menu

File: theme/element/main-menu.rpy

  • main_menu()

mobile

File: theme/element/mobile.rpy

  • quick_menu()

modals

File: theme/element/modals.rpy

  • modal(screenname, **kwargs)
  • modal_display(**kwargs)
  • modal_input(**kwargs)
  • confirm(message, yes_action, no_action, timeout=None)

navigation

File: theme/element/navigation.rpy

  • navigation_hbox(text, action, icon=None)
  • navigation()

notify

File: theme/element/notify.rpy

  • notify_ico(message, icon='alert')
  • notify(message)

nvl

File: theme/element/nvl.rpy

  • nvl(dialogue, items=None)
  • nvl_dialogue(dialogue)

preferences

File: theme/element/preferences.rpy

  • preferences()

quickmenu

File: theme/element/quickmenu.rpy

  • quick_menu()
  • quick_menubar()

say

File: theme/element/say.rpy

  • say(who, what)

(*) Generated by ramen_documentation with developer options enable

Clone this wiki locally