Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 411 Bytes

File metadata and controls

23 lines (19 loc) · 411 Bytes

<-- Back to Legend

Command Name: As

Keyword: as

Usages

as any_entity {}
as client {}
as nearest_entity <identifier> {}
as target_entity {}

Regex

(((as)( (any_entity|target_entity|client)))|((as)( (nearest_entity))( !?(([#:](\w+)(\[(.*)\])?,?)+))))

Raw Documentation

# as (any_entity|target_entity|client) {}
# as nearest_entity <identifier> {}