wip -- loadFromDevice
This commit is contained in:
@@ -1057,7 +1057,7 @@ impl Parser {
|
||||
|
||||
Ok(SysCall::System(sys_call::System::LoadFromDevice(
|
||||
device,
|
||||
LiteralOrVariable::Variable(variable.clone()),
|
||||
Literal::String(variable.clone()),
|
||||
)))
|
||||
}
|
||||
"loadBatch" => {
|
||||
@@ -1202,4 +1202,3 @@ impl Parser {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ pub enum System {
|
||||
/// ## Examples
|
||||
/// `l r0 d0 Setting`
|
||||
/// `l r1 d5 Pressure`
|
||||
LoadFromDevice(LiteralOrVariable, LiteralOrVariable),
|
||||
LoadFromDevice(LiteralOrVariable, Literal),
|
||||
/// Function which gets a LogicType from all connected network devices that match
|
||||
/// the provided device hash and name, aggregating them via a batchMode
|
||||
/// ## In Game
|
||||
|
||||
Reference in New Issue
Block a user