@@ -563,8 +563,8 @@ getString FUNCTION2 JSONObject_getString_
563563setBoolean FUNCTION2 JSONObject_setBoolean_
564564setFloat FUNCTION2 JSONObject_setFloat_
565565setInt FUNCTION2 JSONObject_setInt_
566- getJSONArray FUNCTION2 JSONObject_setJSONArray_
567- getJSONObject FUNCTION2 JSONObject_setJSONObject_
566+ setJSONArray FUNCTION2 JSONObject_setJSONArray_
567+ setJSONObject FUNCTION2 JSONObject_setJSONObject_
568568setString FUNCTION2 JSONObject_setString_
569569key KEYWORD4 key
570570keyCode KEYWORD4 keyCode
@@ -610,6 +610,7 @@ mouseMoved FUNCTION4 mouseMoved
610610mousePressed FUNCTION4 mousePressed
611611mousePressed KEYWORD4 mousePressed
612612mouseReleased FUNCTION1 mouseReleased_
613+ mouseWheel FUNCTION4 mouseWheel
613614mouseX KEYWORD4 mouseX
614615mouseY KEYWORD4 mouseY
615616nf FUNCTION1 nf_
@@ -674,6 +675,7 @@ enableStyle FUNCTION2 PShape_enableStyle_
674675endContour FUNCTION2 PShape_endContour_
675676endShape FUNCTION2 PShape_endShape_
676677getChild FUNCTION2 PShape_getChild_
678+ getChildCount FUNCTION2 PShape_getChildCount_
677679getVertex FUNCTION2 PShape_getVertex_
678680getVertexCount FUNCTION2 PShape_getVertexCount_
679681isVisible FUNCTION2 PShape_isVisible_
@@ -695,6 +697,7 @@ array FUNCTION2 PVector_array_
695697copy FUNCTION2 PVector_copy_
696698cross FUNCTION2 PVector_cross_
697699dist FUNCTION2 PVector_dist_
700+ div FUNCTION2 PVector_div_
698701dot FUNCTION2 PVector_dot_
699702fromAngle FUNCTION2 PVector_fromAngle_
700703get FUNCTION2 PVector_get_
@@ -703,6 +706,7 @@ lerp FUNCTION2 PVector_lerp_
703706limit FUNCTION2 PVector_limit_
704707mag FUNCTION2 PVector_mag_
705708magSq FUNCTION2 PVector_magSq_
709+ mult FUNCTION2 PVector_mult_
706710normalize FUNCTION2 PVector_normalize_
707711random2D FUNCTION2 PVector_random2D_
708712random3D FUNCTION2 PVector_random3D_
@@ -812,15 +816,21 @@ clearRows FUNCTION2 Table_clearRows_
812816findRow FUNCTION2 Table_findRow_
813817findRows FUNCTION2 Table_findRows_
814818getColumnCount FUNCTION2 Table_getColumnCount_
819+ getFloat FUNCTION2 Table_getFloat_
820+ getInt FUNCTION2 Table_getInt_
815821getRow FUNCTION2 Table_getRow_
816822getRowCount FUNCTION2 Table_getRowCount_
823+ getString FUNCTION2 Table_getString_
817824getStringColumn FUNCTION2 Table_getStringColumn_
818825matchRow FUNCTION2 Table_matchRow_
819826matchRows FUNCTION2 Table_matchRows_
820827removeColumn FUNCTION2 Table_removeColumn_
821828removeRow FUNCTION2 Table_removeRow_
822829removeTokens FUNCTION2 Table_removeTokens_
823830rows FUNCTION2 Table_rows_
831+ setFloat FUNCTION2 Table_setFloat_
832+ setInt FUNCTION2 Table_setInt_
833+ setString FUNCTION2 Table_setString_
824834trim FUNCTION2 Table_trim_
825835TableRow KEYWORD5 TableRow
826836getFloat FUNCTION2 TableRow_getFloat_
@@ -860,7 +870,9 @@ getChild FUNCTION2 XML_getChild_
860870getChildren FUNCTION2 XML_getChildren_
861871getContent FUNCTION2 XML_getContent_
862872getFloat FUNCTION2 XML_getFloat_
873+ getContent FUNCTION2 XML_getFloatContent_
863874getInt FUNCTION2 XML_getInt_
875+ getContent FUNCTION2 XML_getIntContent_
864876getName FUNCTION2 XML_getName_
865877getParent FUNCTION2 XML_getParent_
866878getString FUNCTION2 XML_getString_
0 commit comments