ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Tutorials & Other Helpful Info (https://www.esoui.com/forums/forumdisplay.php?f=172)
-   -   SI_GAMECAMERAACTIONTYPE's (https://www.esoui.com/forums/showthread.php?t=1877)

SkOODaT 06/29/14 08:33 PM

SI_GAMECAMERAACTIONTYPE's
 
not sure if anyone has posted this but i was debugging Ak0sReticleTweaks seeing what was what ...i may beef his addon up a little for myself lol but here ....

SI_GAMECAMERAACTIONTYPE1 = 749 Search
SI_GAMECAMERAACTIONTYPE2 = 750 Talk
SI_GAMECAMERAACTIONTYPE3 = 751 Harvest
SI_GAMECAMERAACTIONTYPE4 = 752 Disarm
SI_GAMECAMERAACTIONTYPE5 = 753 Use
SI_GAMECAMERAACTIONTYPE6 = 754 Read
SI_GAMECAMERAACTIONTYPE7 = 755 Take
SI_GAMECAMERAACTIONTYPE8 = 756 Destroy
SI_GAMECAMERAACTIONTYPE9 = 757 Repair
SI_GAMECAMERAACTIONTYPE10 = 758 Inspect
SI_GAMECAMERAACTIONTYPE11 = 759 Repair
SI_GAMECAMERAACTIONTYPE12 = 760 Unlock
SI_GAMECAMERAACTIONTYPE13 = 761 Open
No 14 :(
SI_GAMECAMERAACTIONTYPE15 = 762 Examine
SI_GAMECAMERAACTIONTYPE16 = 763 Fish
SI_GAMECAMERAACTIONTYPE17 = 764 Reel In
SI_GAMECAMERAACTIONTYPE18 = 765 Pack Up
SI_GAMECAMERAACTIONTYPE19 = 766 Steal
SI_GAMECAMERAACTIONTYPE20 = 767 Steal From

Argusus 06/16/15 07:41 AM

Great, thanks!

Quote:

Originally Posted by SkOODaT (Post 9999)
not sure if anyone has posted this but i was debugging Ak0sReticleTweaks seeing what was what ...i may beef his addon up a little for myself lol but here ....

SI_GAMECAMERAACTIONTYPE1 = 749 Search
SI_GAMECAMERAACTIONTYPE2 = 750 Talk
SI_GAMECAMERAACTIONTYPE3 = 751 Harvest
SI_GAMECAMERAACTIONTYPE4 = 752 Disarm
SI_GAMECAMERAACTIONTYPE5 = 753 Use
SI_GAMECAMERAACTIONTYPE6 = 754 Read
SI_GAMECAMERAACTIONTYPE7 = 755 Take
SI_GAMECAMERAACTIONTYPE8 = 756 Destroy
SI_GAMECAMERAACTIONTYPE9 = 757 Repair
SI_GAMECAMERAACTIONTYPE10 = 758 Inspect
SI_GAMECAMERAACTIONTYPE11 = 759 Repair
SI_GAMECAMERAACTIONTYPE12 = 760 Unlock
SI_GAMECAMERAACTIONTYPE13 = 761 Open
No 14 :(
SI_GAMECAMERAACTIONTYPE15 = 762 Examine
SI_GAMECAMERAACTIONTYPE16 = 763 Fish
SI_GAMECAMERAACTIONTYPE17 = 764 Reel In
SI_GAMECAMERAACTIONTYPE18 = 765 Pack Up
SI_GAMECAMERAACTIONTYPE19 = 766 Steal
SI_GAMECAMERAACTIONTYPE20 = 767 Steal From


circonian 06/22/15 12:28 PM

Just FYI, they must have changed things, those are not the correct constant values.


Sasky 06/23/15 09:03 AM

Quote:

Originally Posted by circonian (Post 21694)
Just FYI, they must have changed things, those are not the correct constant values.

I wouldn't count on the numeric IDs being consistent, even over minor patches. They're localization strings, which are essentially numbered alphabetically. So if a new string name before SI_GA... is added, the numbers will increase for those. Use the constants instead like:

Lua Code:
  1. GetString(ZO_GAMECAMERAACTIONTYPE1)

This will also be translated for you to the game client's language.


All times are GMT -6. The time now is 08:58 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI