Integrate with loeb #35
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
global function pulseRegisterWithLoeb
|
||||
global function pulseLoebFunc
|
||||
|
||||
void function pulseRegisterWithLoeb()
|
||||
{
|
||||
loebLogMod(pulseLoebFunc())
|
||||
}
|
||||
|
||||
void function pulseLoebFunc()
|
||||
{
|
||||
print("func called")
|
||||
GetStats()
|
||||
}
|
||||
|
||||
void function GetStats()
|
||||
{
|
||||
loebSetLockedButton(Localize("#MENU_TITLE_STATS"), pulseGetData())
|
||||
}
|
||||
Reference in New Issue
Block a user