Related changes

Jump to navigation Jump to search

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 | 60 | 90 | 120 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 21:56, 30 August 2024
   
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

29 August 2024

N    10:55  EngineStreamingRequestModel‎‎ 3 changes history +1,569 [TheNormalnij‎ (3×)]
     
10:55 (cur | prev) +339 TheNormalnij talk contribs (References counter)
     
09:48 (cur | prev) −6 TheNormalnij talk contribs
N    
09:47 (cur | prev) +1,236 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.1|22676|This function sends a loading request to the game model streamer.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineStreamingRequestModel( number modelID [, boolean addRef = false, boolean isBlocking = false ] ) </syntaxhighlight> ===Required Arguments=== * '''modelID''': ID of the model you want to get flags. ===Optional Arguments=== {{OptionalArg}} * '''addRef''': increase references counter to pr...")
N    09:59  EngineStreamingReleaseModel diffhist +1,108 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.1|22676|This function sends a unloading request to the game model streamer.}} ==Syntax== <syntaxhighlight lang="lua"> boolean engineStreamingReleaseModel( number modelID [, boolean removeRef = false ] ) </syntaxhighlight> ===Required Arguments=== * '''modelID''': ID of the model you want to unload. ===Optional Arguments=== {{OptionalArg}} * '''removeRef''': decrease references counter. ===Returns=== Returns ''tr...")
N    09:16  EngineStreamingGetModelLoadState diffhist +611 TheNormalnij talk contribs (Created page with "__NOTOC__ {{Client function}} {{New feature/item|4|1.6.1|22676|This function returns load state of model.}} ==Syntax== <syntaxhighlight lang="lua"> string engineStreamingGetModelLoadState( number modelID ) </syntaxhighlight> ===Required Arguments=== * '''modelID''': ID of the model you want to get flags. ===Returns=== Returns ''string'' with model load state. Possible load states: * unloaded - model is not loaded. * loaded - model is loaded. * requested - model is wa...")

28 August 2024

     11:21  Template:Engine functions diffhist +172 TheNormalnij talk contribs (Add model streaming functions)

19 August 2024

     00:43  EnginePreloadWorldArea diffhist −14 Megadreams talk contribs (Fixed return type (nil - function returns nothing))

18 August 2024

 m   19:42  Template:Engine functions diffhist +71 FileEX talk contribs (enginePreloadWorldArea)
N    19:37  EnginePreloadWorldArea‎‎ 2 changes history +1,305 [FileEX‎ (2×)]
 m   
19:37 (cur | prev) +40 FileEX talk contribs
N    
19:35 (cur | prev) +1,265 FileEX talk contribs (Created page with "{{Client function}} __NOTOC__ This function allows a specific area to be loaded '''immediately''', which can be useful when teleporting a player. The function is not based on a radius, but a specific zone is loaded. ==Syntax== <syntaxhighlight lang="lua"> bool enginePreloadWorldArea(float x, float y, float z [, string loadingOption = "all" ] ) </syntaxhighlight> ===Required Arguments=== *'''x:''' Position in the X axis. *'''y:''' Position in the Y axis *'''z:''' Pos...")

15 August 2024

 m   22:56  EngineSetModelLODDistance diffhist +247 FileEX talk contribs
 m   20:53  EngineRestreamWorld‎‎ 5 changes history +211 [FileEX‎ (5×)]
 m   
20:53 (cur | prev) +22 FileEX talk contribs (→‎Changelog)
 m   
20:53 (cur | prev) −43 FileEX talk contribs
 m   
20:52 (cur | prev) 0 FileEX talk contribs
 m   
20:52 (cur | prev) +2 FileEX talk contribs
 m   
20:51 (cur | prev) +230 FileEX talk contribs

2 August 2024

     21:35  EngineReplaceModel diffhist +12 Srslyyyy talk contribs (→‎Example)