mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-28 23:16:15 -04:00
persister cleanup (still broke but logic is there for when it isn't); also replace all the SOE BS for forwarding stl port with native object classes because i thought that may be part of the problem...
This commit is contained in:
@@ -72,8 +72,8 @@ using namespace JNIWrappersNamespace;
|
||||
namespace ScriptMethodsObjectInfoNamespace
|
||||
{
|
||||
bool install();
|
||||
void getGoodItemsFromContainer(const Container & container, stdvector<NetworkId>::fwd & goodItems);
|
||||
jobjectArray getNamesFromCrcs(JNIEnv *env, const stdvector<jint>::fwd & templateCrcs);
|
||||
void getGoodItemsFromContainer(const Container & container, std::vector<NetworkId> & goodItems);
|
||||
jobjectArray getNamesFromCrcs(JNIEnv *env, const std::vector<jint> & templateCrcs);
|
||||
LocalRefPtr createCustomVar(const jlong &objId, const std::string &variablePathName, CustomizationVariable &variable);
|
||||
LocalRefPtr createRangedIntCustomVar(const jlong &objId, const std::string &variablePathName, RangedIntCustomizationVariable &rangedIntVariable);
|
||||
LocalRefPtr createPalcolorCustomVar(const jlong &objId, const std::string &variablePathName, PaletteColorCustomizationVariable &variable);
|
||||
|
||||
Reference in New Issue
Block a user