+ Reply to Thread
Results 1 to 2 of 2

Thread: What is faster? SendMessage, SendMove, or createRoomVariable

  1. #1
    Junior Member
    Join Date
    Jun 2004
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    What is faster? SendMessage, SendMove, or createRoomVariable

    Any ideas what is faster?

    1) SendMessage
    2) SendMove
    3) createRoomVariable

    Thanks

    rsnail

  2. #2
    Electrotank
    Join Date
    Apr 2004
    Posts
    623
    Thanks
    0
    Thanked 5 Times in 5 Posts
    Room variables involve the server creating objects interally for you and tracking their existence. They are very useful but only for certain types of problems. If you are just looking to send information to everyone about a move a character has taken, I would just use sendMove or sendMessage (they are identical as far as the server is concerned). If you provide some more details about what you are looking to do, Jobe and I can be more specific on which is best for your needs. Thanks!

+ Reply to Thread

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts