BBThread is private

Monkey Forums/Monkey Bug Reports/BBThread is private

Landon(Posted 2014) [#1]
If i try to call DataBuffer.LoadAsync

i am always getting Class BBThread is private in the
Databuffer
Method _LoadAsync:Void( path:String,thread:BBThread )

Changing Extern Private to just Extern in thread.monkey fixes the problem but i am not sure if that is going to cause a conflict later on down the road.


marksibly(Posted 2014) [#2]
Which version are you using?

The latest version is: Method _LoadAsync:Void( path:String,thread:Thread )


Landon(Posted 2014) [#3]
monkey77f