Profile image

About Jundroo.SimplePlanes.ModTools.Level class

12 highlander1337  5.9 years ago

Hi fellows,

i'm have been problems to pass data from another class to the level class that is created using SimplePlanes mod tools.

What i'm already try:

Myclass _Myclass = new Myclass();

_Myclass.dataArrived = myData;

Where, Myclass is the class inherited from Jundroo.SimplePlanes.ModTools.Level and dataArrived is the method that i'm using inside Myclass to set a variable called myData using the following.

public string myData;

public string dataArrived
{
set
{
myData = value;
}
}

And i'm priting myData for the user in the function Update() using the showMessage method of Myclass, but none data is passing.

Any clue ??

  • Log in to leave a comment
  • Profile image
    15.3k MyMessage

    Hmm. Well if anyone finds out they update them please let me know @DuckMintnewprofile

    5.9 years ago
  • Profile image
    48.8k Wogchamp

    @MyMessage well, The mod tools haven't been updated in like a year, soo, maybe it's a version error, I don't code, I only build maps, so I wouldn't know for sure :D

    +1 5.9 years ago
  • Profile image
    15.3k MyMessage

    Yah I have had problems with the mod tools and they haven’t been working, I heard something about that they haven’t been updated yet or something but I’ll just have to wait till things quiet down about SR2. @RailfanEthan @highlander1337

    5.9 years ago
  • Profile image

    @highlander1337 Of course. They know more than I do, but it might take a few hours for a reply, depending on how busy they are with the new game.

    5.9 years ago
  • Profile image

    @RailfanEthan Thank you for your helping!

    5.9 years ago
  • Profile image

    @AndrewGarrison
    @PhilipTarpley

    5.9 years ago