Changes

554 bytes added ,  17:09, 19 April 2020
Line 1,307: Line 1,307:     
== IsButtonConfigStorageEmbeddedEmpty ==
 
== IsButtonConfigStorageEmbeddedEmpty ==
Takes an input s32, returns an output bool.
+
Takes an input s32 entry-index, returns an output bool.
 +
 
 +
Uses [[Settings_services#GetButtonConfigSettingsEmbedded|GetButtonConfigSettingsEmbedded]] with count=5 (output s32 ignored). The input entry-index is used with this array. Then the output bool is set to [[Settings_services#ButtonConfigSettings|IsEmpty]] bit0 == 0. Then 0 is returned.
    
== IsButtonConfigStorageFullEmpty ==
 
== IsButtonConfigStorageFullEmpty ==
 
Takes an input s32, returns an output bool.
 
Takes an input s32, returns an output bool.
 +
 +
Same as [[#IsButtonConfigStorageEmbeddedEmpty]] except with a different setsys cmd.
    
== IsButtonConfigStorageLeftEmpty ==
 
== IsButtonConfigStorageLeftEmpty ==
 
Takes an input s32, returns an output bool.
 
Takes an input s32, returns an output bool.
 +
 +
Same as [[#IsButtonConfigStorageEmbeddedEmpty]] except with a different setsys cmd.
    
== IsButtonConfigStorageRightEmpty ==
 
== IsButtonConfigStorageRightEmpty ==
 
Takes an input s32, returns an output bool.
 
Takes an input s32, returns an output bool.
 +
 +
Same as [[#IsButtonConfigStorageEmbeddedEmpty]] except with a different setsys cmd.
    
== GetButtonConfigStorageEmbedded ==
 
== GetButtonConfigStorageEmbedded ==