mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
|
/*
|
||
|
* Author: commy2
|
||
|
*
|
||
|
* Returns a value depending on current zoom level.
|
||
|
*
|
||
|
* Argument:
|
||
|
* None.
|
||
|
*
|
||
|
* Return value:
|
||
|
* Zoom. (Number)
|
||
|
*/
|
||
|
#include "script_component.hpp"
|
||
|
|
||
|
(0.5 - ((worldToScreen positionCameraToWorld [0,1,1]) select 1)) * (getResolution select 5)
|