The setSource method sets the source of the information for this fact.
setSource(source)
| Argument | Description |
|---|---|
source
|
(string) The source information for the fact. |
local fact = incomplete:initToCodifiedFact()
fact:setSource("Externally held data")
...
|
|