/[svn]/libgig/trunk/src/gig.h
ViewVC logotype

Diff of /libgig/trunk/src/gig.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3956 by schoenebeck, Sat Jun 19 10:41:02 2021 UTC revision 3957 by schoenebeck, Sat Jun 19 10:44:14 2021 UTC
# Line 1310  namespace gig { Line 1310  namespace gig {
1310              void      RemoveScript(Script* pScript);              void      RemoveScript(Script* pScript);
1311              size_t    ScriptSlotCount() const;              size_t    ScriptSlotCount() const;
1312              bool      IsScriptSlotBypassed(size_t index);              bool      IsScriptSlotBypassed(size_t index);
1313              void      SetScriptSlotBypassed(uint index, bool bBypass);              void      SetScriptSlotBypassed(size_t index, bool bBypass);
1314              bool      IsScriptPatchVariableSet(int slot, String variable);              bool      IsScriptPatchVariableSet(int slot, String variable);
1315              std::map<String,String> GetScriptPatchVariables(int slot);              std::map<String,String> GetScriptPatchVariables(int slot);
1316              String    GetScriptPatchVariable(int slot, String variable);              String    GetScriptPatchVariable(int slot, String variable);

Legend:
Removed from v.3956  
changed lines
  Added in v.3957

  ViewVC Help
Powered by ViewVC