MTA:Eir/functions/engineGetStreamingFocusEntity: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ This function returns the entity that the world is streaming around. By default, this is the local player. ==Syntax== <syntaxhighlight lang="lua"> element engineGetStreamingFocusEn...") |
(Renamed template) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{MTA:Eir/Client_function}} | |||
__NOTOC__ | __NOTOC__ | ||
This function returns the entity that the world is streaming around. By default, this is the local player. | This function returns the entity that the world is streaming around. By default, this is the local player. |
Latest revision as of 08:07, 28 September 2023
This function returns the entity that the world is streaming around. By default, this is the local player.
Syntax
element engineGetStreamingFocusEntity ()
Returns
Returns the MTA entity that the world is streaming around.
Example
Click to collapse [-]
ClientThis snippet centers the camera around the streaming focus entity.
setCameraTarget( entineGetStreamingFocusEntity() );