Example #1
0
 /// <summary>
 /// Returns the id of the Theme that's currently playing (or just about to switch to).
 /// [DEPRECATED] Use GetPsaiInfo().effectiveThemeId .
 /// </summary>
 /// <returns>the id of the Theme currently playing</returns>
 public int GetCurrentThemeId()
 {
     return(m_logik.getEffectiveThemeId());
 }