Skip to content

Joko-26/Plattform-Checker-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Plattform-Checker-Plugin

Godot Plugin

Installation

Copy the plugin folder into the addons folder and activate it in the projet settings. The plugin adds it self as global.

Methods

check_mobile(none)

return bool

returns true if the game is played on an mobile device even if played in the browser.


check_web(none)

return bool

returns true if the game is played in a browser.


check_windows(none)

return bool

returns true if the game is played on an Windows device.


check_mac(none)

return bool

returns true if the game is played on an MacOS device.


check_linux()

return bool

returns true if the game is played on an Linux device.

About

Godot Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published