Jump to content
Guest Stressed

System::Print

Recommended Posts

Guest Stressed

Hello, Apparently there is a function Print in System... We have reason to believe that it will print something on the screen but unfortunatly nothing happen which doesn't help on debugging :P Does anyone know how to use it ? Maybe there is something to change on hte .cfg to make it showing messages

thank you

Link to comment
Share on other sites

Guest Stressed

Hello Hoppah,

ok thank you but with that can out print a value too ? with log for exemple you can have

int a = 7;

System::Log("value of a : %i",a); and it will print on the file value of a : 7 but I am sure there is a way to have that on the script with the System::Print I just wanted to know if someone can use it properly ^^

Thank you anyways I will use that :P

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...