Module: Yuki
- Defined in:
- docs/000_a_root.rb,
docs/9_Loaded_Last.rb,
docs/0_Dependencies.rb,
docs/4_Systems_005_Animation.rb,
docs/4_Systems_003_Map_Engine.rb,
docs/4_Systems_000_General_4_UI_Generics.rb,
LiteRGSS.rb.yard.rb,
LiteRGSS.rb.yard.rb
Overview
Module of things made by Nuri Yuri
Defined Under Namespace
Modules: Animation, Berries, EXC, ElapsedTime, FollowMe, MapLinker, Particles, Sw, TJN, Transitions, Var Classes: Building_Object, ChoiceWindow, ErrorWindow, GifReader, Parallax_Object, Particle_Object, SoftReset, Tilemap, Tilemap16px, VD
Class Method Summary collapse
-
.get_clipboard ⇒ String?
Get the clipboard contents.
-
.set_clipboard(text)
Set the clipboard text contents.
Class Method Details
.get_clipboard ⇒ String?
Get the clipboard contents
1228 1229 1230 |
# File 'LiteRGSS.rb.yard.rb', line 1228 def self.get_clipboard end |
.set_clipboard(text)
Set the clipboard text contents
1233 1234 1235 |
# File 'LiteRGSS.rb.yard.rb', line 1233 def self.set_clipboard(text) end |