Add api mappings for oculus orb normal speed
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -1395,4 +1395,11 @@ public interface Client extends GameEngine
|
|||||||
* @param state boolean enabled value
|
* @param state boolean enabled value
|
||||||
*/
|
*/
|
||||||
void setOculusOrbState(int state);
|
void setOculusOrbState(int state);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets the normal moving speed when using oculus orb (default value is 12)
|
||||||
|
*
|
||||||
|
* @param speed speed
|
||||||
|
*/
|
||||||
|
void setOculusOrbNormalSpeed(int speed);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -640,4 +640,8 @@ public interface RSClient extends RSGameEngine, Client
|
|||||||
@Import("oculusOrbState")
|
@Import("oculusOrbState")
|
||||||
@Override
|
@Override
|
||||||
void setOculusOrbState(int state);
|
void setOculusOrbState(int state);
|
||||||
|
|
||||||
|
@Import("oculusOrbNormalSpeed")
|
||||||
|
@Override
|
||||||
|
void setOculusOrbNormalSpeed(int state);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user