# Effect History Entry Time

Grammar — Time of effect history history entry index
FlagsNative | Function

Returns the game time (in seconds) when the effect that was logged in the Effect History at the specified Index occurred.

# Arguments

  • effecthistory — History
  • int — Index

Returns — fixed

native fixed EffectHistoryGetTime(
	effecthistory inHistory,
	int inIndex,
);

Category: Effect History / Entries

# Examples

# mods/heroesdata.stormmod

GameLib.galaxy

// L1894
EffectHistoryGetTime(lv_effectHistory, lv_itEffectHistoryEntry)

# mods/heroesdata.stormmod

UILib.galaxy

// L9361
EffectHistoryGetTime(lv_history, lv_itEntry)