Resolves the formula relative to the given PlayerCharacter and source object. Variables are taken from the active objects on the PlayerCharacter, and any required context beyond the PlayerCharacter is taken from the source object. Formatting of the source String may vary. It is assumed the PlayerCh
(PlayerCharacter pc, String source)
| 46 | * the given context. |
| 47 | */ |
| 48 | public Number resolve(PlayerCharacter pc, String source); |
| 49 | |
| 50 | /** |
| 51 | * Resolves the static formula relative to the given source object. |
no outgoing calls