Candide.Scripts.LuaMethods
Type JSONpublic class in Candide.Scripts
Type metadata
- Assembly
Romestead - Namespace
Candide.Scripts - Base type
System.Object - Hash
AE5B032D13F911B64116A35CE131AE08D3C0573B07538DA9F39AEF47787DF11C
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
DarkEffect# | public | public Candide.Graphics.Effects.DarkEffect DarkEffect |
DialogueBlockState# | public | public System.Int32 DialogueBlockState |
Methods# | public | public System.String[] Methods |
ValueDict# | public | public System.Collections.Generic.Dictionary<System.String, System.Double> ValueDict |
_fade# | private | private Candide.Graphics.Effects.FadeEffect _fade |
Methods
ActivateEvent
#
public System.Void ActivateEvent(System.String name)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
0177277C16619A8380DC01C84EE867959475C82BCDB46FEDFF2429E00E5AAF32 - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
ChangeWorld
#
public System.Void ChangeWorld(System.String map)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
57F00CCCB814BA9B5AA5689962AF8F5555FB25B529D9656235EEE3DFECD8AE97 - Body hash
FC953F6545EE24F74C571F31B9A3E023AB1A1DFA3367C599B6A6F50B2AE40D7C - IL size90
Referenced calls
Candide.Graphics.ParticleSystem::RemoveAll()Shared.Combat.Projectiles.ProjectileSystem::RemoveAll()Candide.World.OldInteriorWorldHandler::Load(System.String, System.Boolean)Candide.World.OldInteriorWorldHandler::QueueTransport(Candide.World.World)System.Nullable<Microsoft.Xna.Framework.Vector3>::get_HasValue()Shared.Entity.EntityWrapper::get_Position()System.Nullable<Microsoft.Xna.Framework.Vector3>::GetValueOrDefault()Shared.Entity.EntityWrapper::set_Position(Microsoft.Xna.Framework.Vector3)
CreateDialogue
#
public System.Void CreateDialogue(System.String img, System.String name, System.Int32 index, System.String font, System.Int32 speed, System.String text, NLua.LuaTable options)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
9E8D079F52AC58E7D452FB1996A67A6A45E0A068E1E1AD0E39B079A0783D5590 - Body hash
7A68A412E53EA6B7F10A3337CE44E46B7EA84BA52DC0EB9C30CD8221D655EF31 - IL size107
Referenced calls
NLua.LuaTable::get_Values()System.Collections.ICollection::get_Count()NLua.LuaTable::GetEnumerator()System.Collections.IEnumerator::get_Current()Candide.Scripts.ScriptHandler::get_ActiveScript()Candide.Scripts.Script::get_Options()System.Collections.Generic.KeyValuePair<System.Object, System.Object>::get_Value()System.Convert::ToInt32(System.Object)System.Collections.Generic.List<Candide.Scripts.Option>::get_Item(System.Int32)System.Collections.IEnumerator::MoveNext()System.IDisposable::Dispose()
CreateOption
#
public System.Void CreateOption(System.String text, NLua.LuaFunction action, System.Int32 tone, System.Boolean available)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
ADF10085B537897982D561027400162E0E16217264FCF8DA13DAFFE9E2DC86CB - Body hash
D21AC699136D25A6B5DE7DDC955F5AD47F96C815CB7374FEAFD863794A140BD8 - IL size25
Referenced calls
Candide.Scripts.ScriptHandler::get_ActiveScript()Candide.Scripts.Script::get_Options()Candide.Scripts.Option::.ctor(System.String, NLua.LuaFunction, System.Int32, System.Boolean)System.Collections.Generic.List<Candide.Scripts.Option>::Add(!0)
DebugPrint
#
public System.Void DebugPrint(System.String line)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
37001F7841A8605DF7848252597224B43685E318282B80E96AA5D06D083DEB27 - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
DebugTime
#
public System.Void DebugTime()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
2282E3C8BFC367DB902C4BCCEE5A62DAD17108420BDEB6C8F77F3D54972E528F - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
DebugToString
#
public System.Void DebugToString(System.Object o)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
8D4D20C3CA6F2954A831F72B8EDB5DDF57C97EA727AB52E7FE88DCC6ED8BDC64 - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
DebugType
#
public System.Void DebugType(System.Object o)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
DF22C20A3ECEA190B28FEF531189751459E4D38E1D7DDAB039707E58EE2E95BB - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
DialogueBlock
#
public System.Void DialogueBlock(System.Int32 state)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
F3EAC190F609D20C57CEE01884A66FA9ECA39567FE6CD7534E43FF2841C39882 - Body hash
8E3ED19BE525992DDB0093CF50FE494EFAEB92DB5836DF733EA021953D4F73FE - IL size7
DisableDark
#
public System.Void DisableDark()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
D337682C605EC6F1ABFF20D0C445FD6A7F7D47F447C63FFA5323B182E08ACC5F - Body hash
67C8980546CCA5A541F6A3E50BF4138491D771EF05FDFB3943E7F998C4EF3D40 - IL size20
Eid
#
public Shared.Entity.EntityWrapper Eid(System.Int32 id)
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticTrue
- VirtualFalse
- Hash
7DB75FA198CF7ABDDE9951CB5AB7EBD51DB1441866EF236EC3DA9E7C8B042046 - Body hash
8E2BC600F3DE61A0E7C49A9FF92C578149F0B04DB3468F3CBC280697A871EE44 - IL size17
Referenced calls
EnableDark
#
public System.Void EnableDark()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
4DC259B8080E6E41157497FFD1A0F4FEC00D5F75DBF512D48447ADE44E960364 - Body hash
2C82ACDE50191200D644867960AD5EED72C883CC0331C77CAC8BE8DDFF7D29BA - IL size86
Referenced calls
Candide.Graphics.Effects.DarkEffect::.ctor(Candide.CandideEngine)Candide.Graphics.Effects.PostProcess::AddEffect(Candide.Graphics.Effects.AbstractEffect)
EndScreen
#
public System.Void EndScreen()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
AF92DA677E0E9A5D21A4AA27FF5FA102D6854A20587271CC7FC4F0514878B57D - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
FadeIn
#
public System.Void FadeIn(System.Single time)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
45F0C876FC8869C58BFA87FA36B3892F34036EEC81712701E4B2FD89B32AF55F - Body hash
9290AA09F21B27D813BDA26AA3ED0D8A7A61C9D8D843D313CD8E24FD30773BE5 - IL size51
FadeOut
#
public System.Void FadeOut(System.Single r, System.Single g, System.Single b, System.Single time)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
00F7E5E533D0A562ADEE610F3121E694CCBB87F6E067240189FA3530EFE7FA09 - Body hash
6CFD435A25644210036E0B44B14526CB0123999535A4F7E70932A70D1C7B818C - IL size60
Referenced calls
Candide.Graphics.Effects.AbstractEffect::IsDone()Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)Candide.Graphics.Effects.FadeEffect::.ctor(Microsoft.Xna.Framework.Vector3, System.Double)Candide.Graphics.Effects.PostProcess::AddEffect(Candide.Graphics.Effects.AbstractEffect)
GetAllEntities
#
public System.Collections.Generic.List<Shared.Entity.EntityWrapper> GetAllEntities()
Method metadata
- Visibilitypublic
- Return type
System.Collections.Generic.List<Shared.Entity.EntityWrapper> - StaticTrue
- VirtualFalse
- Hash
4F31CC2D4B4E81D12FA59870A3A06A8DA2BCF5C430C4C8D3675BCC7D6813AB9A - Body hash
ECCF8FC0E8B9F45A9A22F6E4DD21EF4B61C91854E538F36267978FFBFD142B0A - IL size16
Referenced calls
GetEntity
#
public Shared.Entity.EntityWrapper GetEntity(System.String name)
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticTrue
- VirtualFalse
- Hash
CE1018EC436E76D6E98C3CE282FD2B9BAACC500CE8B8B8C5675039B4B222D295 - Body hash
6CDA90E22585D687FF50BD03FA137B2D6B2BCAE13B662ECDBF5CC30D3724DB04 - IL size74
Referenced calls
System.String::ToLowerInvariant()Shared.Entity.EntitySystem::GetEntityWrappers()EntitySystem.EntityEnumerator::GetEnumerator()EntitySystem.EntityEnumerator::get_Current()Shared.Entity.EntityWrapper::get_Name()System.String::op_Equality(System.String, System.String)EntitySystem.EntityEnumerator::MoveNext()
GetEntitySkip
#
public Shared.Entity.EntityWrapper GetEntitySkip(System.String name, System.Int32 skips)
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticTrue
- VirtualFalse
- Hash
494A4E490A3B4927B978B51EF683945898C919330AAD170B38839F4C8FCD4F0C - Body hash
2411A192BDE0C4AC7B6872A2F729BF3C084941B6522C7843DEAED38C22F3C316 - IL size82
Referenced calls
System.String::ToLowerInvariant()Shared.Entity.EntitySystem::GetEntityWrappers()EntitySystem.EntityEnumerator::GetEnumerator()EntitySystem.EntityEnumerator::get_Current()Shared.Entity.EntityWrapper::get_Name()System.String::op_Equality(System.String, System.String)EntitySystem.EntityEnumerator::MoveNext()
GetPlayer
#
public Shared.Entity.EntityWrapper GetPlayer()
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticTrue
- VirtualFalse
- Hash
B583F4003AEA914F5FC9FAB2BA391070E23FB1841195DBD3AE637E8A616D94F2 - Body hash
9A99B8931C9FA3C8E0304F9CBECFF46AF2ACEEE15F18C3F9F5DA1F0D13B56CF3 - IL size11
GetValue
#
public System.Double GetValue(System.String name)
Method metadata
- Visibilitypublic
- Return type
System.Double - StaticTrue
- VirtualFalse
- Hash
34AC93C578D33A6EDBBC52EA25074F396FD65260B8036673E70B5EB48298ABED - Body hash
84A55D789D80DC5F6169674610E2E054E1F318C135E6BD5778BE1456AB8D218D - IL size27
Referenced calls
System.Collections.Generic.Dictionary<System.String, System.Double>::TryGetValue(!0, !1&)
Leave
#
public System.Void Leave()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
9F57BEAB0DEC1AC902D07A920D1FADF8FCC857135AFC1F3287CDC201EA8CEEB3 - Body hash
792F6F432AB6F64993EBDF05FFCF1CFBE4398059BE3A7DE49B96E5C6CE6BCA6F - IL size6
Referenced calls
NewEntity
#
public Shared.Entity.EntityWrapper NewEntity()
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.EntityWrapper - StaticTrue
- VirtualFalse
- Hash
541E28EDB72021F3A9E1A8BB72B2D406C8E7A88604A9D933599C856A65DA5072 - Body hash
CD2C63219030F4CD737C290CDFF7463E8B79EB434E211D37BE3C47B2C6021290 - IL size16
Referenced calls
Play3DEvent
#
public System.Void Play3DEvent(System.String eventname, System.Int32 xPos, System.Int32 yPos)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
7E25C4D94F470AB4E4448D553F0B4F824BFD4D441B839AED93F0E610A808C040 - Body hash
929362E4D2D442A491A487E75744D73400F4B3A52AF43F0AE63FD5B7B6ECE89E - IL size31
Referenced calls
Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)Candide.Sound.SoundPlayer::Play3DEventOneShot(System.String, Microsoft.Xna.Framework.Vector3, System.Single, System.Single)
Play3DEventAtPlayer
#
public System.Void Play3DEventAtPlayer(System.String eventname)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
3F9D56D26C9FC821C5CEBD54AF02C67633A057DE36285B5160A8824787A8025F - Body hash
4C06A061449E8B202E470211375AA3BCCC50BDFB05DCC2B7F758E18ACF55FAB3 - IL size32
Referenced calls
Shared.Entity.EntityWrapper::get_Position()Candide.Sound.SoundPlayer::Play3DEventOneShot(System.String, Microsoft.Xna.Framework.Vector3, System.Single, System.Single)
PlayEvent
#
public System.Void PlayEvent(System.String eventname)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
34206798312A5DF4AC0317BD1AD836BB7675901E38BB7020AEA37032B62FB347 - Body hash
219552A2887C6920807698B0F3E9B017CD9185E75AA52F6C7509AB9493444283 - IL size17
SetValue
#
public System.Void SetValue(System.String name, System.Double value)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
E3A01239F11071914D2451C05191925436961BE4CCE185BEC8EC15AB2EF0556A - Body hash
3BE2C845456FBFA43793BBD846B79A9F164975027C5552CE7A45F1FE54BD1857 - IL size13
Referenced calls
System.Collections.Generic.Dictionary<System.String, System.Double>::set_Item(!0, !1)
ShowDialogue
#
public System.Void ShowDialogue(System.Int32 id)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
8E1D5BFECECE1E35232C106BC612322D4CD6B54B355EC927B5D753C47C8DA510 - Body hash
F905E5B8E8A2B13E1C71DEF915E80019AA14B36040647A7338B21F9774792B3B - IL size21
Referenced calls
Candide.Scripts.ScriptHandler::get_DialogueIsActive()Candide.Scripts.ScriptHandler::ShowNextDialoguePart(System.Int32)Candide.Scripts.ScriptHandler::StartDialogue(System.Int32)
Vec2
#
public Microsoft.Xna.Framework.Vector2 Vec2(System.Single x, System.Single y)
Method metadata
- Visibilitypublic
- Return type
Microsoft.Xna.Framework.Vector2 - StaticTrue
- VirtualFalse
- Hash
4ED1F01CACD2708CCB87AC190CB7B02F6ADF9722F007B5E489E1D4FBB267D39D - Body hash
E67F82DFDB6C28E9B01E045E9CF9336B677C74B3708A523679A573257DAF4643 - IL size8
Referenced calls
Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
Vec3
#
public Microsoft.Xna.Framework.Vector3 Vec3(System.Single x, System.Single y, System.Single z)
Method metadata
- Visibilitypublic
- Return type
Microsoft.Xna.Framework.Vector3 - StaticTrue
- VirtualFalse
- Hash
38A546F3C0747A9E6998F1E11C720A2FC86FFC8B841F8C870DE1C73454C51624 - Body hash
1DC538B925F3FD91091730BC49C45E987EC1F83DB2DE17681D386C0E24D800E7 - IL size9
Referenced calls
Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)
Vec4
#
public Microsoft.Xna.Framework.Vector4 Vec4(System.Single x, System.Single y, System.Single z, System.Single w)
Method metadata
- Visibilitypublic
- Return type
Microsoft.Xna.Framework.Vector4 - StaticTrue
- VirtualFalse
- Hash
927B2DFA056E07199FB28E6E8E260002AAB234222973286ECB95C01BB24D6080 - Body hash
5890A0FC2293D26E6FBDB01F2E07160AF3D09DDD53A76F92097AC9F11AEBD366 - IL size10
Referenced calls
Microsoft.Xna.Framework.Vector4::.ctor(System.Single, System.Single, System.Single, System.Single)
Wait
#
public System.Void Wait(Candide.Events.Condition waitCondition)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
5928959319136A51DDB4FF2757D0C2950BD41FE94D964AFE2A9D399FA1BD1B2B - Body hash
BB98A29905C75206B40BDDC2EF25F4E20583B1FC6370BB6AA5C94A44831D8E3C - IL size7
Referenced calls
Wait
#
public System.Void Wait(System.Single waitTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
DE6A6716D5A0BEFC5D74C46CB175387D053BB8FEBA2E4B123547E6051F45F726 - Body hash
9993DF2AA6B0C6D0E578FD7D3F45CB210E9C5B94331A5A6076881DB8A7D3C4ED - IL size7