The setEntity method sets the entity that this fact describes.
setEntity(entity)
| Argument | Description |
|---|---|
entity
|
(string) The code for the entity that this fact describes. |
local fact = incomplete:initToCodifiedFact()
fact:setEntity("QGBR")
...
|
|