-
Notifications
You must be signed in to change notification settings - Fork 2
function
File: ramen/200-events.rpy
Return event from ramen.events
by their id.
File: plugins/hud/shortcut.rpy
File: plugins/rds/_define.rpy
File: test/e1/test.rpy
File: theme/function.rpy
File: theme/icons/icons.rpy
Translate Ramen Icon Webfont, see demo.html in the 'theme\icons' for the list
File: theme/icons/icons.rpy
put icons as renpy text_tag
e " {icon=alert} Warning "
File: plugins/hud/inventory-screen.rpy
File: ramen/200-item.rpy
Return item from ramen.items
by their id.
File: plugins/hud/inventory-screen.rpy
File: theme/element/modals.rpy
show modal_display
screen with keyword arguments.
$ modal_display(text='show me some text', title='Information',showtitle=True,align=(0.5,0.5)):
File: theme/element/modals.rpy
call modal_input
screen with keyword arguments.
$ res = modal_input(prompt="Your name",default=mc.name,size=(380,150),padding=(16,16,16,32))
e "Hi! [res]."
Accepted argument:
- default = 'string'
- prompt = 'string'
- size = (w,h)
- padding = (l,t,r,b)
- align = (xpos,ypos)
- title = 'string'
- showtitle = False
- closebutton = True
File: theme/element/notify.rpy
Notify with icon
$ notify_icon('You see notification with icon','logo-ramen')
$ renpy.notify("You see renpy default notification.")
File: ramen/300-plugins.rpy
Load plugins-information
File: ramen/300-plugins.rpy
File: plugins/rds/_define.rpy
File: ramen/200-scene-map.rpy
File: plugins/rds/etc.rpy
Generated Time: 05/30/20 12:45:31
Note This files created using ramen-dev makedoc() from working ramen ren'py project, same references may become a non existent.
Made with Ren'Py 7.3.5.606
Refs: Non-Class Function | Init Level | Labels