[SOLVED] Since javadoc is offline, I need to know if loadModel() method from assetManager throws NullPointerException

I need to know if when I try to load a model with loadModel(String name) from AssetManager and the model doesn’t exixts, the method returns null or a NullPointerException.

I’m asking it here since javadoc is still offline…

Is that so hart to try out? (Hint: Its not) It returns null. Also, maven AND the SDK have the javadoc included so…

Thank you. I’m writing a bit portion of code, so I didn’t wanna stop now just to test that xD

Also, didn’t know the javadoc was in the SDK. This will be helpful. Thanks