room_previous


描述

With this function you can retrieve the index of the room before the room input into the function. For example you can use the read only variable room to get the index of the current room and then use this function to find the room that comes before it in the resource tree. If there is no room before the one you input then -1 is returned.


语法:

room_previous;


返回:

索引


例如:

if room_previous(room) != -1
   {
   room_goto_previous());
   }

The above code will check to see if the previous room exists and if so, it will go to it.


上一页: General Room Functions And Variables
下一页: room
© Copyright YoYo Games Ltd. 2018 All Rights Reserved