5E Product Walkthrough Playlist
  1. #1

    Question about the copy= attribute on <windowclass>

    I see that CoreRPG is using this syntax in a lot of places:

    Code:
    <windowclass name="ability" copy="record_window_text">
    My question is how is copy="<windowclass name>" different from merge="join"? When is it appropriate to use one vs. the other?

    I can't find any references to copy= in the developer wiki, might be useful to add it here https://fantasygroundsunity.atlassia...44/windowclass or here https://fantasygroundsunity.atlassia...set+-+Layering

    Thanks.

  2. #2
    Marge is used to modify the window class and everywhere it is used. Copy is used to make a copy that you can then make changes to without modifying the original.

  3. #3
    Quote Originally Posted by darrenan View Post
    I see that CoreRPG is using this syntax in a lot of places:

    Code:
    <windowclass name="ability" copy="record_window_text">
    My question is how is copy="<windowclass name>" different from merge="join"? When is it appropriate to use one vs. the other?

    I can't find any references to copy= in the developer wiki, might be useful to add it here https://fantasygroundsunity.atlassia...44/windowclass or here https://fantasygroundsunity.atlassia...set+-+Layering

    Thanks.
    the "copy" flag is like using another windowclass like a template. The ability windowclass will be it's own, but be built using record_window_text as a base. There is no documentation as it's still fairly new and still being checked over. Remember that the copied windowclass needs to be declared prior to it being copied.
    Dominic Morta
    Ruleset Developer
    Smiteworks

    How to zip up your campaign if the Developers ask for it-How to zip up your campaign if the Developers ask for it

    How to provide an Unity Connection issue?-Connection Issues and What to Provide

    Unity Updater issue?-Updater Issues

    Classic and Unity Port Forwarding?-Fantasy Grounds Connections Explained

    Comcast or Cox ISP User?-Comcast XFinity and Cox Users

    Have a suggestion?-Feature Request

  4. #4
    The copy="" attribute will copy the specified windowclass at that point in the load process; and then apply any further definitions as modifications to that copy. As @superteddy57 mentions, it is a newer capability that we are just now using in full force in the CoreRPG layer, and more in the next update.

    Regards,
    JPG

  5. #5
    I think I understand, thanks.

  6. #6

    Join Date
    Mar 2009
    Location
    Lidingö, Sweden, Europe
    Posts
    374
    I noted that this feature is also used in the Basic Roleplaying ruleset. For example in ct/ct_host_entry_section.xml the windowclass npc_hitlocations is copied to ct_hilocations. But, this is done after the windowclass is used. Does this means that the windowclass doesn't need to be declared prior to being copied anymore?

    Also, for clarification, any functions in the script element are added to the windowclass, or overloaded if the name is the same?

  7. #7
    It does need to be defined before being copied. If an attempt to copy is done before being defined, an error will be thrown during ruleset load.

    If you look in base.xml for BRP, record_npc.xml is being included before ct_host_entry_section.xml.

    Regards,
    JPG

  8. #8

    Join Date
    Mar 2009
    Location
    Lidingö, Sweden, Europe
    Posts
    374
    Quote Originally Posted by Moon Wizard View Post
    It does need to be defined before being copied. If an attempt to copy is done before being defined, an error will be thrown during ruleset load.

    If you look in base.xml for BRP, record_npc.xml is being included before ct_host_entry_section.xml.

    Regards,
    JPG
    Aha. OK, now I see, thanks for the answer.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Log in

Log in