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.
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
22 October 2024
|
14:59 | EngineGetModelPhysicalPropertiesGroup 2 changes history +575 [Fernando187 (2×)] | |||
|
14:59 (cur | prev) +124 Fernando187 talk contribs | ||||
|
14:57 (cur | prev) +451 Fernando187 talk contribs |
16 October 2024
|
14:14 | EngineAddImage 4 changes history +92 [Xenius (4×)] | |||
|
14:14 (cur | prev) +91 Xenius talk contribs | ||||
|
14:04 (cur | prev) 0 Xenius talk contribs Tag: Manual revert | ||||
|
14:03 (cur | prev) 0 Xenius talk contribs | ||||
|
14:02 (cur | prev) +1 Xenius talk contribs |
15 October 2024
m 23:19 | Template:Note diffhist +35 LopSided talk contribs |
m 20:08 | Template:New items diffhist +18 LopSided talk contribs (Add class) |
m 08:12 | EngineSetModelLODDistance diffhist +42 Fernando187 talk contribs (Fix optional arg) |
13 October 2024
m 17:16 | Template:New items diffhist 0 FileEX talk contribs (Adjustment for dark themes) |
m 16:20 | Template:ChangelogItem diffhist +11 FileEX talk contribs (Adjustment for dark themes) |
m 16:19 | Template:ChangelogHeader diffhist +12 FileEX talk contribs (Adjustment for dark themes) |
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 |