C# 클래스 UserInteractedWithItemEvent, space-station-14

Raised on the user after they do any sort of interaction with an item, useful for when you want a component on the user to do something to the item. E.g. forensics, disease, etc.
상속: EntityEventArgs
파일 보기 프로젝트 열기: space-wizards/space-station-14 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Item EntityUid,
User EntityUid,

공개 메소드들

메소드 설명
UserInteractedWithItemEvent ( EntityUid, user, EntityUid, item )

메소드 상세

UserInteractedWithItemEvent() 공개 메소드

public UserInteractedWithItemEvent ( EntityUid, user, EntityUid, item )
user EntityUid,
item EntityUid,

프로퍼티 상세

Item 공개적으로 프로퍼티

public EntityUid, Item
리턴 EntityUid,

User 공개적으로 프로퍼티

public EntityUid, User
리턴 EntityUid,