Action Specific Events
Personally, I didn't like the setup with the enum / switch after the OnGetResult Delegate is called. So I wanted to provide an alternative for a more 'pragmatic' programming style.
Every function with 'Fetch' in its name has a matching event delegate allowing you to only listen for those responses. You also don't have to call the matching 'Get' node because the events will contain the result directly!
This feature in action can be seen in the image at the top of the post
All 1.7 Changes
(+) Added Action Specific Events
(+) Added
RemoveRewardedTrophy
andGetTrophyRemovalStatus
function / node(+) Added
GetUserInfo
(+) Added
CheckSession
andGetSessionStatus
function / node(+) Added
FetchUsers
function / node(+) Added
FetchFriendlist
andGetFriendlist
function / node(~) Changed DisplayName of
FetchUser
fromGet Users
toGet Current User Info
(~) Deprecated
FetchArrayUsers
(useGetUserInfo
instead)(~) Merged
bGuest
andm_LoggedIn
tobIsLoggedIn
(-) Removed deprecated variable
GameJoltComponentEnum
Release Date
I'm going to finish all the remaining events today, but I will not release the update until the documentation is (finally) done. (You will still be able to compile the update by yourself as soon as the MR57 is merged). I hope that I can do it by today or at least tomorrow.
0 comments