Skip to content
Snippets Groups Projects
Commit 111c29d1 authored by ezsh's avatar ezsh
Browse files

Extend readonly proxy support to cover Set and Map

When an RA rule wants to access game state, it is accessed via a
readon;y proxy. The proxy handles methods for arrays only and fails
when the rule tries to access methods of other classes (e.g.
JobIDMap contains sets).

SugarCube supports arrays, sets, maps, the date class and generic
objects in the game state. Therefore the proxy has to be extended to
support Set and Map classes too.
parent 5cf95558
No related branches found
No related tags found
1 merge request!10453Extend readonly proxy support to cover Set and Map
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment