This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Generate icons for a Tauri Application | |
| ---------------------- | |
| By Ibai Farina | |
| For correct functionality, the base logo should be 512x512 or larger (keeping the aspect ratio). | |
| """ | |
| __title__ = 'Tauri Icon Generator' | |
| __author__ = 'Ibai Farina' | |
| __license__ = 'MIT' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class NuiManager | |
| { | |
| private bool _hasFocus; | |
| /// <summary> | |
| /// true if focus is active. | |
| /// </summary> | |
| public bool IsNuiFocusOn => _hasFocus; | |
| /// <summary> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- | |
| ############################################################################################################# | |
| ############################################################################################################# | |
| ############################################################################################################# | |
| READ THIS BEFORE STARTING | |
| READ THIS BEFORE STARTING | |
| READ THIS BEFORE STARTING | |
| READ THIS BEFORE STARTING |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Speeches List by alexguirre | |
| // Code in C# using RAGEPluginHook | |
| // Usage example: | |
| // Speech.S_M_Y_SWAT_01_WHITE_FULL_01.GENERIC_CURSE_HIGH_03.PlayOn(ped, SpeechModifier.Force); | |
| namespace Put.Your.Namespace.Here | |
| { | |
| using Rage; | |
| internal struct Speech |