Thread Tools Display Modes
03/16/15, 08:25 PM   #1
Jhenox
 
Jhenox's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 42
SI_GAMECAMERAACTIONTYPE for Mine, Collect, and Cut?

I have gone through every SI_GAMECAMERAACTIONTYPE from 1 to 1000 using a loop and there appears to be nothing for "Mine", "Collect", or "Cut". I would like to use the action types rather than hard coded text so my add on works for more than just English clients. Any help is appreciated. Thank you.
  Reply With Quote
03/16/15, 08:41 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Mentioned actions are returned as a first return value from:

* GetGameCameraInteractableActionInfo()
** _Returns:_ *string:nilable* _action_, *string:nilable* _name_, *bool* _interactBlocked_, *bool* _isOwned_, *integer* _additionalInfo_, *integer:nilable* _contextualInfo_, *string:nilable* _contextualLink_

But EsoStrings table does not contain them.


SI_GAMECAMERAACTIONTYPE is used with function GetInteractionType(), in this case INTERACTION_HARVEST:
GetString("SI_GAMECAMERAACTIONTYPE", INTERACTION_HARVEST).
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » SI_GAMECAMERAACTIONTYPE for Mine, Collect, and Cut?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off