User contributions for TheNormalnij
Jump to navigation
Jump to search
16 April 2023
- 19:1919:19, 16 April 2023 diff hist −1 m EngineGetModelFlag No edit summary current
- 19:1819:18, 16 April 2023 diff hist +476 N EngineGetModelFlag Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21695|This function returns specific model flag.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineGetModelFlags( int modelID, string flagName ) </syntaxhighlight> ===Required Arguments=== * '''modelID''': ID of the model you want to get flags. * '''flagName''': flag name. ===Returns=== Returns ''true'' if flag enabled, ''false'' otherwise. ==See Also== {{Engine_functions}}"
- 19:1219:12, 16 April 2023 diff hist +452 N EngineGetModelFlags Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21695|This function returns model flags.}} ==Syntax== <syntaxhighlight lang="lua"> int engineGetModelFlags( int modelID ) </syntaxhighlight> {{OOP||Engine.getModelFlags}} ===Required Arguments=== * '''modelID''': ID of the model you want to get flags. ===Returns=== Returns ''int'' with model flags in GTA format, throws an error otherwise. ==See Also== {{Engine_functions}}" current
- 19:0819:08, 16 April 2023 diff hist +16 m EngineSetModelFlags No edit summary current
- 19:0519:05, 16 April 2023 diff hist +573 N EngineSetModelFlags Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21695|This function changes model flags.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineSetModelFlags( int modelID, int flags [, bool ideFlags] ) </syntaxhighlight> {{OOP||Engine.setModelFlags}} ===Required Arguments=== * '''modelID''': ID of the model you want to change. * '''flags''': flags. ===Optional Arguments=== {{OptionalArg}} * '''ideFlags''': use IDE flag format. ===Returns=== Returns ''true'..."
- 18:4818:48, 16 April 2023 diff hist +463 N EngineResetModelFlags Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.0|21695|This function restores model flags to default state.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineResetModelFlags( int modelID ) </syntaxhighlight> {{OOP||Engine.resetModelFlags}} ===Required Arguments=== * '''modelID''': ID of the model you want to reset. ===Returns=== Returns ''true'' if model flags was successfully restored, ''false'' otherwise. ==See Also== {{Engine_functions}}" current
- 18:1318:13, 16 April 2023 diff hist −109 EngineRemoveImage Fix description
- 18:1218:12, 16 April 2023 diff hist −6 EngineAddImage Fix OOP Tag: Manual revert
10 April 2023
- 20:1020:10, 10 April 2023 diff hist −6 m EngineAddImage fix OOP
- 20:0920:09, 10 April 2023 diff hist +325 EngineImageLinkTXD No edit summary
- 20:0420:04, 10 April 2023 diff hist +1 m EngineImageLinkDFF No edit summary
- 19:5019:50, 10 April 2023 diff hist +324 EngineImageLinkDFF Fix API description, add example
- 19:3919:39, 10 April 2023 diff hist 0 m EngineImageGetFiles No edit summary current
- 19:3919:39, 10 April 2023 diff hist +308 EngineImageGetFiles Fix description. Add example
- 19:3019:30, 10 April 2023 diff hist +9 EngineImageGetFilesCount Add variable param current
- 19:2719:27, 10 April 2023 diff hist +244 EngineImageGetFile Fix API description, add example current
- 19:1219:12, 10 April 2023 diff hist 0 m EngineAddImage No edit summary
- 19:1119:11, 10 April 2023 diff hist +67 EngineAddImage No edit summary
- 15:3315:33, 10 April 2023 diff hist +31 m EngineImageGetFilesCount added Category:Changes in 1.6.0 using HotCat Tag: Manual revert
- 15:3315:33, 10 April 2023 diff hist −31 m EngineImageGetFilesCount removed Category:Changes in 1.6.0 using HotCat Tag: Manual revert
- 15:3215:32, 10 April 2023 diff hist +31 m EngineImageGetFilesCount added Category:Changes in 1.6.0 using HotCat
- 15:2715:27, 10 April 2023 diff hist +633 N EngineImageGetFilesCount Created page with "__NOTOC__ {{Client function}} This function returns the number of files an IMG file has. ==Syntax== <syntaxhighlight lang="lua"> int engineImageGetFilesCount ( img imgArchive ) </syntaxhighlight> {{OOP||img:getFilesCount||}} ===Required Arguments=== *'''imgArchive:''' the IMG archive handler ===Returns=== Returns an ''int'' with the number of files. ==Example== You could use the following code: <syntaxhighlight lang="lua"> local img = engineLoadIMG( "file.im..."
4 January 2022
- 22:3422:34, 4 January 2022 diff hist +129 Client on Linux Manual →Known issues: Added cef workaround link
23 November 2020
- 15:4015:40, 23 November 2020 diff hist −83 EngineRequestModel No edit summary
15 July 2020
- 12:4112:41, 15 July 2020 diff hist −1,617 User talk:TheNormalnij Blanked the page current Tag: Blanking
24 April 2020
- 18:4618:46, 24 April 2020 diff hist 0 OnClientFileDownloadComplete →Parameters
- 18:1118:11, 24 April 2020 diff hist +120 OnClientFileDownloadComplete No edit summary
- 15:4415:44, 24 April 2020 diff hist +35 User talk:TheNormalnij →Parameters
7 April 2020
- 21:2721:27, 7 April 2020 diff hist +1,582 N User talk:TheNormalnij Created page with "{{Client event}} {{New items|3.0140|1.4| __NOTOC__ This event is triggered when a file has been downloaded after downloadFile has been successfully called. }} ==Parameter..."
13 March 2016
- 11:0411:04, 13 March 2016 diff hist −9 Template:Client other events No edit summary
8 August 2014
- 20:3720:37, 8 August 2014 diff hist +231 N Talk:GenerateRandomHEXColor Created page with "<syntaxhighlight lang="lua">function generateRandomHEXColor( ) return '#' .. string.format( '%.6X', math.random( 0x000000, 0xFFFFFF ) ) end </syntaxhighlight> LOL --~~~~"
27 May 2014
- 20:2320:23, 27 May 2014 diff hist −17 SetPlayerNametagShowing →Example
- 20:1920:19, 27 May 2014 diff hist +14 SetPlayerNametagText →Example: fix
23 May 2014
- 20:5320:53, 23 May 2014 diff hist +134 N Talk:IsVehicleOccupied Created page with "Bad function name. User bad programmer.--~~~~"
- 20:4320:43, 23 May 2014 diff hist −28 IsVehicleOccupied →Code
7 August 2013
- 07:1407:14, 7 August 2013 diff hist −23 Template:Client weapon functions No edit summary
3 August 2013
- 13:2613:26, 3 August 2013 diff hist +46 Template:Client weapon functions No edit summary