Author Topic: RFCs unique to what?  (Read 1471 times)

Deozaan

  • Newbie
  • *
  • Thank You
  • -Given: 44
  • -Receive: 4
  • Posts: 42
    • View Profile
    • Deozaan.com
RFCs unique to what?
« on: July 21, 2014, 10:31:52 PM »
In the past I've resorted to making an enum to make it easy for me to remember which byte belongs to which RFC, since they need to be unique.

But I vaguely recall reading some time ago that RFCs bytes can in some instances be re-used. Under what circumstances to bytes for RFCs have to be unique?

Is it on a per-class level (all RFCs in a class need unique byte IDs, but different classes can use the same byte IDs)?
Or do all RFCs across the entire project need to have unique IDs?

The documentation could really use some expansion with little things like this.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: RFCs unique to what?
« Reply #1 on: July 22, 2014, 07:57:16 PM »
RFC IDs only need to be unique on a per-TNObject basis. So every new TNObject can have the same set of RFC IDs, no problem.